Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_language_parser.y485 zend_ast_get_str($3), $6, NULL, $11, $8); CG(extra_fn_flags) = $9; }
723 zend_ast_get_str($4), $7, NULL, $11, $9); CG(extra_fn_flags) = $10; }
972 …| T_YIELD { $$ = zend_ast_create(ZEND_AST_YIELD, NULL, NULL); CG(extra_fn_flags) |= ZEND_ACC_GENER…
973 …| T_YIELD expr { $$ = zend_ast_create(ZEND_AST_YIELD, $2, NULL); CG(extra_fn_flags) |= ZEND_ACC_GE…
974 …DOUBLE_ARROW expr { $$ = zend_ast_create(ZEND_AST_YIELD, $4, $2); CG(extra_fn_flags) |= ZEND_ACC_G…
975 …| T_YIELD_FROM expr { $$ = zend_ast_create(ZEND_AST_YIELD_FROM, $2); CG(extra_fn_flags) |= ZEND_AC…
980 $5, $7, $11, $8); CG(extra_fn_flags) = $9; }
985 $6, $8, $12, $9); CG(extra_fn_flags) = $10; }
997 /* empty */ { $$ = CG(extra_fn_flags); CG(extra_fn_flags) = 0; }
H A Dzend_globals.h104 uint32_t extra_fn_flags; member
H A Dzend_language_scanner.l181 CG(extra_fn_flags) = 0; in startup_scanner()
H A Dzend_language_scanner.c183 CG(extra_fn_flags) = 0; in startup_scanner()

Completed in 58 milliseconds