Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_language_parser.y576 zend_ast_get_str($3), $6, NULL, $11, $8, NULL); CG(extra_fn_flags) = $9; }
951 zend_ast_get_str($4), $7, NULL, $11, $9, NULL); CG(extra_fn_flags) = $10; }
1248 …| T_YIELD { $$ = zend_ast_create(ZEND_AST_YIELD, NULL, NULL); CG(extra_fn_flags) |= ZEND_ACC_GENER…
1249 …| T_YIELD expr { $$ = zend_ast_create(ZEND_AST_YIELD, $2, NULL); CG(extra_fn_flags) |= ZEND_ACC_GE…
1250 …DOUBLE_ARROW expr { $$ = zend_ast_create(ZEND_AST_YIELD, $4, $2); CG(extra_fn_flags) |= ZEND_ACC_G…
1251 …| T_YIELD_FROM expr { $$ = zend_ast_create(ZEND_AST_YIELD_FROM, $2); CG(extra_fn_flags) |= ZEND_AC…
1267 $5, $7, $11, $8, NULL); CG(extra_fn_flags) = $9; }
1272 CG(extra_fn_flags) = $9; }
1288 %prec PREC_ARROW_FUNCTION %empty { $$ = CG(extra_fn_flags); CG(extra_fn_flags) = 0; }
H A Dzend_globals.h119 uint32_t extra_fn_flags; member
H A Dzend_language_scanner.l192 CG(extra_fn_flags) = 0; in startup_scanner()

Completed in 32 milliseconds