编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « Parle\Token
  • Parle\LexerException »
  • PHP Manual
  • Parle
  • The Parle\ErrorInfo class

The Parle\ErrorInfo class

(PECL parle >= 0.5.2)

简介

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

类摘要

Parle\ErrorInfo {
/* 属性 */
public integer $id ;
public integer $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.

相关文章
php cairo the cairoextend classphp cairo the cairomatrix classphp 日期/时间 the datetimezone classphp dom the domnamednodemap classphp data structures the set classphp event the eventhttpconnection classphp 迭代器 the globiterator classphp hrtime the hrtime unit classphp intl the intltimezone classphp libxml the libxmlerror classphp 核心类 the mongocursor classphp parle the parle errorinfo classphp parle the parle lexer classphp parle the parle lexerexception classphp parle the parle parser classphp parle the parle parserexception classphp parle the parle rlexer classphp parle the parle rparser classphp parle the parle stack classphp parle the parle token class
关注编程学问公众号
编程学问网 湘ICP备20001732号