Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_closures.c141 my_function.common.fn_flags &= ~ZEND_ACC_CLOSURE; in ZEND_METHOD()
668 closure->func.common.fn_flags |= ZEND_ACC_CLOSURE; in zend_create_closure()
681 && (func->common.fn_flags & ZEND_ACC_CLOSURE) in zend_create_closure()
700 closure->func.common.fn_flags |= ZEND_ACC_CLOSURE; in zend_create_closure()
H A Dzend_compile.h294 #define ZEND_ACC_CLOSURE (1 << 20) /* | X | | */ macro
H A Dzend_execute_API.c740 if (UNEXPECTED(func->op_array.fn_flags & ZEND_ACC_CLOSURE)) { in zend_call_function()
H A Dzend_execute.c2824 if (call->func->common.fn_flags & ZEND_ACC_CLOSURE) { in cleanup_unfinished_calls()
3010 if (fbc->common.fn_flags & ZEND_ACC_CLOSURE) { in zend_init_dynamic_call_object()
H A Dzend_compile.c1416 if (CG(active_op_array)->fn_flags & ZEND_ACC_CLOSURE) { in zend_is_scope_known()
5996 if (op_array->fn_flags & ZEND_ACC_CLOSURE) { in zend_begin_func_decl()
6036 op_array->fn_flags |= ZEND_ACC_CLOSURE; in zend_compile_func_decl()
6913 …array && !op_array->scope && op_array->function_name) || (op_array->fn_flags & ZEND_ACC_CLOSURE)) { in zend_try_ct_eval_magic_const()
H A Dzend_vm_def.h3399 if (func->common.fn_flags & ZEND_ACC_CLOSURE) {
H A Dzend_vm_execute.h5366 if (func->common.fn_flags & ZEND_ACC_CLOSURE) {
7548 if (func->common.fn_flags & ZEND_ACC_CLOSURE) {
10641 if (func->common.fn_flags & ZEND_ACC_CLOSURE) {
/PHP-7.3/ext/reflection/
H A Dphp_reflection.c721 …smart_str_append_printf(str, fptr->common.fn_flags & ZEND_ACC_CLOSURE ? "Closure [ " : (fptr->comm… in _function_string()
798 if (fptr->common.fn_flags & ZEND_ACC_CLOSURE) { in _function_string()
1622 RETURN_BOOL(fptr->common.fn_flags & ZEND_ACC_CLOSURE); in ZEND_METHOD()
2199 if (ex->func->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_METHOD()

Completed in 232 milliseconds