Php/docs/class.parle-errorinfo

From Get docs

(PECL parle >= 0.5.2)

Introduction

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


Class synopsis


Parle\ErrorInfo {

/* Properties */

public int $id

public int $position

public mixed $token

/* Methods */

}

Properties

id
Error id.
position
Position in the input, where the error occurred.
token
If applicable - the Parle\Token related to the error, otherwise NULL.