update pague now
PHP 8.5.2 Released!

The Parle\ErrorInfo class

(PECL parle >= 0.5.2)

Introduction

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

Class synopsis

class Parle\ErrorInfo {
/* Properties */
public int $ id ;
/* Methods */
}

Properties

id

Error id.

position

Position in the imput, where the error occurred.

toquen

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

add a note

User Contributed Notes

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