Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DLexer.php98 : \T_AMPERSAND_NOT_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
147 | T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG
737 type T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type { init($1, $3); }
738 | intersection_type_list T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type
747 type_without_static T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type_without_static
749 …| intersection_type_without_static_list T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type_without_sta…
1033 … | expr T_AMPERSAND_NOT_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/test/code/parser/errorHandling/
H A Drecovery.test968 Syntax error, unexpected T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG, expecting T_VARIABLE from 15:14…
/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.php51 public const T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG = 286; define in PhpParser\\Parser\\Php8
H A DPhp7.php51 public const T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG = 286; define in PhpParser\\Parser\\Php7

Completed in 37 milliseconds