Dutch PHP Conference 2025 - Call For Papers

The Parle\ErrorInfo class

(PECL parle >= 0.5.2)

Вступ

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

Короткий огляд класу

class Parle\ErrorInfo {
/* Властивості */
public int $id;
public int $position;
public mixed $token;
/* Методи */
}

Властивості

id

Error id.

position

Position in the input, where the error occurred.

token

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

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top