Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DLexer.php98 : \T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG;
H A DParserAbstract.php1223 …$tokenMap[\T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG] = static::T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR…
/PHP-Parser/grammar/
H A Dphp.y21 %left T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG
143 | T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG
730 type T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type { init($1, $3); }
731 | intersection_type_list T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type
740 type_without_static T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type_without_static
742 …| intersection_type_without_static_list T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type_without_sta…
986 … | 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/
H A Dphpstan-baseline.neon164 …d constant static\\(PhpParser\\\\ParserAbstract\\)\\:\\:T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG\…
H A DCHANGELOG.md297 `T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG` and `T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG` tokens
/PHP-Parser/test/code/parser/errorHandling/
H A Drecovery.test962 Syntax error, unexpected T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG, expecting T_VARIABLE from 15:14…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php51 public const T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG = 286; define in PhpParser\\Parser\\Php7
H A DPhp8.php51 public const T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG = 286; define in PhpParser\\Parser\\Php8

Completed in 68 milliseconds