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-src/ext/tokenizer/
H A Dtokenizer_data.c176 …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.php749 const T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG = UNKNOWN; define
H A Dtokenizer_data_arginfo.h154 …G_CONSTANT("T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG", T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG,… in register_tokenizer_data_symbols()
/php-src/Zend/
H A Dzend_language_parser.y71 %left T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG
245 %token T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG "amp"
322 | T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG
852 …type T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type { $$ = zend_ast_create_list(2, ZEND_AST_…
853 …| intersection_type T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type { $$ = zend_ast_list_add($1, $3…
885 type_without_static T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type_without_static
887 | intersection_type_without_static T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG type_without_static
1257 …| expr T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG expr { $$ = zend_ast_create_binary_op(ZEND_BW_AND…
H A Dzend_language_scanner.l1894 RETURN_TOKEN(T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG); in lex_scan()

Completed in 15 milliseconds