Home
last modified time | relevance | path

Searched refs:T_CONST (Results 1 – 7 of 7) sorted by relevance

/PHP-Parser/test/code/parser/stmt/namespace/
H A DgroupUseErrors.test90 Syntax error, unexpected T_NAME_FULLY_QUALIFIED, expecting T_STRING or T_FUNCTION or T_CONST or T_N…
/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php231 …\T_FUNCTION, \T_CONST, \T_RETURN, \T_PRINT, \T_YIELD, \T_LIST, \T_SWITCH, \T_ENDSWITCH, \T_CASE, \…
/PHP-Parser/grammar/
H A Dphp.y75 %token T_CONST
155 …| T_FUNCTION | T_CONST | T_RETURN | T_PRINT | T_YIELD | T_LIST | T_SWITCH | T_ENDSWITCH | T_CASE |…
260 | T_CONST constant_declaration_list semi { $$ = Stmt\Const_[$2]; }
265 | T_CONST { $$ = Stmt\Use_::TYPE_CONSTANT; }
844 | optional_attributes method_modifiers T_CONST class_const_list semi
847 | optional_attributes method_modifiers T_CONST type_expr class_const_list semi
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1474 'Stmt_ClassConst->type' => [\T_CONST, false, ' ', null],
1675 Stmt\ClassConst::class . '->flags' => ['pModifiers', \T_CONST],
/PHP-Parser/test/code/parser/errorHandling/
H A Drecovery.test430 Syntax error, unexpected T_CONST, expecting ';' from 6:1 to 6:5
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php110 public const T_CONST = 345; define in PhpParser\\Parser\\Php8
H A DPhp7.php110 public const T_CONST = 345; define in PhpParser\\Parser\\Php7

Completed in 54 milliseconds