PHP 8.4.0 RC4 available for testing

The Parle\ErrorInfo class

(PECL parle >= 0.5.2)

Introdução

The class represents detailed error information as supplied by Parle\Parser::errorInfo()

Resumo da classe

class Parle\ErrorInfo {
/* Propriedades */
public int $id;
public int $position;
public mixed $token;
/* Métodos */
}

Propriedades

id

Error id.

position

Position in the input, where the error occurred.

token

If applicable - the Parle\Token related to the error, otherwise null.

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top