Home
last modified time | relevance | path

Searched refs:extra_fn_flags (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_language_parser.y494 zend_ast_get_str($3), $6, NULL, $11, $8); CG(extra_fn_flags) = $9; }
734 zend_ast_get_str($4), $7, NULL, $11, $9); CG(extra_fn_flags) = $10; }
991 …| T_YIELD { $$ = zend_ast_create(ZEND_AST_YIELD, NULL, NULL); CG(extra_fn_flags) |= ZEND_ACC_GENER…
992 …| T_YIELD expr { $$ = zend_ast_create(ZEND_AST_YIELD, $2, NULL); CG(extra_fn_flags) |= ZEND_ACC_GE…
993 …DOUBLE_ARROW expr { $$ = zend_ast_create(ZEND_AST_YIELD, $4, $2); CG(extra_fn_flags) |= ZEND_ACC_G…
994 …| T_YIELD_FROM expr { $$ = zend_ast_create(ZEND_AST_YIELD_FROM, $2); CG(extra_fn_flags) |= ZEND_AC…
1005 $5, $7, $11, $8); CG(extra_fn_flags) = $9; }
1011 CG(extra_fn_flags) = $9; }
1027 %prec PREC_ARROW_FUNCTION /* empty */ { $$ = CG(extra_fn_flags); CG(extra_fn_flags) = 0; }
H A Dzend_globals.h100 uint32_t extra_fn_flags; member
H A Dzend_language_scanner.l193 CG(extra_fn_flags) = 0; in startup_scanner()

Completed in 26 milliseconds