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.3/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.3/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"
315 | T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG
845 …type T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type { $$ = zend_ast_create_list(2, ZEND_AST_…
846 …| intersection_type T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type { $$ = zend_ast_list_add($1, $3…
878 type_without_static T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type_without_static
880 | intersection_type_without_static T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type_without_static
1188 …| expr T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND…
H A Dzend_language_scanner.l1882 RETURN_TOKEN(T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG); in lex_scan()

Completed in 22 milliseconds