Home
last modified time | relevance | path

Searched refs:T_RETURN (Results 1 – 5 of 5) sorted by relevance

/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.y76 %token T_RETURN
151 …| T_FUNCTION | T_CONST | T_RETURN | T_PRINT | T_YIELD | T_LIST | T_SWITCH | T_ENDSWITCH | T_CASE |…
381 | T_RETURN optional_expr semi { $$ = Stmt\Return_[$2]; }
/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1455 'Stmt_Return->expr' => [\T_RETURN, false, ' ', null],
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php111 public const T_RETURN = 346; define in PhpParser\\Parser\\Php7
H A DPhp8.php111 public const T_RETURN = 346; define in PhpParser\\Parser\\Php8

Completed in 60 milliseconds