Searched refs:T_CONST (Results 1 – 7 of 7) sorted by relevance
/PHP-Parser/test/code/parser/stmt/namespace/ |
H A D | groupUseErrors.test | 90 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 D | TokenPolyfill.php | 231 …\T_FUNCTION, \T_CONST, \T_RETURN, \T_PRINT, \T_YIELD, \T_LIST, \T_SWITCH, \T_ENDSWITCH, \T_CASE, \…
|
/PHP-Parser/grammar/ |
H A D | php.y | 75 %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; } 845 | optional_attributes method_modifiers T_CONST class_const_list semi 848 | optional_attributes method_modifiers T_CONST type_expr class_const_list semi
|
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 1474 'Stmt_ClassConst->type' => [\T_CONST, false, ' ', null], 1675 Stmt\ClassConst::class . '->flags' => ['pModifiers', \T_CONST],
|
/PHP-Parser/test/code/parser/errorHandling/ |
H A D | recovery.test | 430 Syntax error, unexpected T_CONST, expecting ';' from 6:1 to 6:5
|
/PHP-Parser/lib/PhpParser/Parser/ |
H A D | Php7.php | 110 public const T_CONST = 345; define in PhpParser\\Parser\\Php7
|
H A D | Php8.php | 110 public const T_CONST = 345; define in PhpParser\\Parser\\Php8
|
Completed in 28 milliseconds