ErrLookup › nikic/PHP-Parser

nikic/PHP-Parser

A PHP parser written in PHP · PHP · 274 source files

Analyzed at fbd47f7ebc on 2026-08-17. 29 documented errors.

Code / MessageTypeSeverityTags
Precedence adaptation must have trait
exception error
Cannot add overwritten traits for not precedence adaptation
exception error
Cannot set access modifier for not alias adaptation buider
exception error
Multiple access type modifiers are not allowed
exception error
Type of adaptation is not defined
exception error
Unexpected node of type "%s"
exception error
Variable name must be string or Expr
exception error
Expected at least two expressions
exception error
Expected string or Expr
exception error
Expected node or builder object
exception error
Expected statement or expression node
exception error
Expected string or instance of Node\Identifier
exception error
Expected string or instance of Node\Identifier or Node\Expr
exception error
Name cannot be empty
exception error
Name must be a string or an instance of Node\Name
exception error
Name must be a string or an instance of Node\Name or Node\Ex
exception error
Type must be a string, or an instance of Name, Identifier or
exception error
%s type cannot be nullable
exception error
Invalid value
exception error
Doc comment must be a string or an instance of PhpParser\Com
exception error
Length %d is out of bounds
exception error
Name cannot be empty
exception error
Expected string, array of parts or Name instance
exception error
Can only use getStmts() on a "set" hook if the "propertyName
exception error
Unknown property hook "{name}"
exception error
Can only dump nodes and arrays.
exception error
Invalid position information
exception error
enterNode() returned invalid value of type {type}
exception error
leaveNode() may only return an array if the parent structure
exception error