Home
last modified time | relevance | path

Searched refs:ZEND_ACC_GENERATOR (Results 1 – 8 of 8) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_language_parser.y979 …ELD { $$ = zend_ast_create(ZEND_AST_YIELD, NULL, NULL); CG(extra_fn_flags) |= ZEND_ACC_GENERATOR; }
980 … expr { $$ = zend_ast_create(ZEND_AST_YIELD, $2, NULL); CG(extra_fn_flags) |= ZEND_ACC_GENERATOR; }
981 …OW expr { $$ = zend_ast_create(ZEND_AST_YIELD, $4, $2); CG(extra_fn_flags) |= ZEND_ACC_GENERATOR; }
982 …M expr { $$ = zend_ast_create(ZEND_AST_YIELD_FROM, $2); CG(extra_fn_flags) |= ZEND_ACC_GENERATOR; }
H A Dzend_closures.c134 if (closure->func.common.fn_flags & ZEND_ACC_GENERATOR) { in ZEND_METHOD()
168 if (fci_cache.function_handler->common.fn_flags & ZEND_ACC_GENERATOR) { in ZEND_METHOD()
H A Dzend_compile.h303 #define ZEND_ACC_GENERATOR (1 << 23) /* | X | | */ macro
H A Dzend_opcode.c636 if (op_array->fn_flags & ZEND_ACC_GENERATOR) { in pass_two()
H A Dzend_compile.c1255 CG(active_op_array)->fn_flags |= ZEND_ACC_GENERATOR; in zend_mark_function_as_generator()
2370 && !(CG(active_op_array)->fn_flags & ZEND_ACC_GENERATOR)) { in zend_emit_final_return()
4454 zend_bool is_generator = (CG(active_op_array)->fn_flags & ZEND_ACC_GENERATOR) != 0; in zend_compile_return()
6067 if (CG(active_op_array)->fn_flags & ZEND_ACC_GENERATOR) { in zend_compile_func_decl()
/PHP-7.3/ext/opcache/Optimizer/
H A Dzend_func_info.c1732 if (callee_func->common.fn_flags & ZEND_ACC_GENERATOR) { in zend_get_func_info()
H A Dzend_inference.c3891 if (op_array->fn_flags & ZEND_ACC_GENERATOR) { in zend_func_return_info()
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c3286 _function_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_GENERATOR); in ZEND_METHOD()

Completed in 80 milliseconds