Home
last modified time | relevance | path

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

/PHP-8.2/ext/tokenizer/
H A Dtokenizer_data.c174 …case T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG: return "T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG"; in get_token_type_name()
H A Dtokenizer_data.stub.php729 const T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG = UNKNOWN; define
H A Dtokenizer_data_arginfo.h152 …G_CONSTANT("T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG", T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG,… in register_tokenizer_data_symbols()
/PHP-8.2/Zend/
H A Dzend_language_parser.y71 %left T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG
241 %token T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG "amp"
316 | T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG
839 …type T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type { $$ = zend_ast_create_list(2, ZEND_AST_…
840 …| intersection_type T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type { $$ = zend_ast_list_add($1, $3…
872 type_without_static T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type_without_static
874 | intersection_type_without_static T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type_without_static
1152 …| expr T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND…
H A Dzend_language_scanner.l1872 RETURN_TOKEN(T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG); in lex_scan()

Completed in 19 milliseconds