Parle
PHP Manual

The Parle\ErrorInfo class

(PECL parle >= 0.5.2)

Einführung

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

Klassenbeschreibung

Parle\ErrorInfo {
/* Eigenschaften */
public integer $id ;
public integer $position ;
public mixed $token ;
/* Methoden */
}

Eigenschaften

id

Error id.

position

Position in the input, where the error occurred.

token

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


Parle
PHP Manual