Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DLexer.php97 ? \T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG
/PHP-Parser/grammar/
H A Dphp.y21 %left T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG
146 T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG
454 | T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG { $$ = true; }
1034 … | expr T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG expr { $$ = Expr\BinaryOp\BitwiseAnd[$1, $3]; }
/PHP-Parser/doc/component/
H A DLexer.markdown27 `T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG` or `T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG`. This is req…
/PHP-Parser/
H A DCHANGELOG.md326 `T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG` and `T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG` tokens
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php52 public const T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG = 287; define in PhpParser\\Parser\\Php8
H A DPhp7.php52 public const T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG = 287; define in PhpParser\\Parser\\Php7

Completed in 33 milliseconds