Home
last modified time | relevance | path

Searched refs:T_FN (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php233 …_C, \T_TRAIT_C, \T_FUNC_C, \T_METHOD_C, \T_LINE, \T_FILE, \T_DIR, \T_NS_C, \T_HALT_COMPILER, \T_FN,
/PHP-Parser/grammar/
H A Dphp.y74 %token T_FN
157 | T_CLASS_C | T_TRAIT_C | T_FUNC_C | T_METHOD_C | T_LINE | T_FILE | T_DIR | T_NS_C | T_FN
1093 … | T_FN optional_ref '(' parameter_list ')' optional_return_type T_DOUBLE_ARROW expr %prec T_THROW
1095 …| T_STATIC T_FN optional_ref '(' parameter_list ')' optional_return_type T_DOUBLE_ARROW expr %prec…
1102 …| attributes T_FN optional_ref '(' parameter_list ')' optional_return_type T_DOUBLE_ARROW expr %pr…
1104 …| attributes T_STATIC T_FN optional_ref '(' parameter_list ')' optional_return_type T_DOUBLE_ARROW…
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php101 ['fn', \T_FN],
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1683 Expr\ArrowFunction::class . '->static' => ['pStatic', \T_FN],
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php109 public const T_FN = 344; define in PhpParser\\Parser\\Php7
H A DPhp8.php109 public const T_FN = 344; define in PhpParser\\Parser\\Php8

Completed in 27 milliseconds