Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_closures.c152 my_function.common.fn_flags &= ~ZEND_ACC_CLOSURE; in ZEND_METHOD()
703 closure->func.common.fn_flags |= ZEND_ACC_CLOSURE; in zend_create_closure()
721 && (func->common.fn_flags & ZEND_ACC_CLOSURE) in zend_create_closure()
748 closure->func.common.fn_flags |= ZEND_ACC_CLOSURE; in zend_create_closure()
H A Dzend_compile.h321 #define ZEND_ACC_CLOSURE (1 << 20) /* | X | | */ macro
H A Dzend_execute_API.c804 if (UNEXPECTED(func->op_array.fn_flags & ZEND_ACC_CLOSURE)) { in zend_call_function()
H A Dzend_compile.c1325 if (CG(active_op_array)->fn_flags & ZEND_ACC_CLOSURE) { in zend_is_scope_known()
5957 if (op_array->fn_flags & ZEND_ACC_CLOSURE) { in zend_begin_func_decl()
6009 op_array->fn_flags |= ZEND_ACC_CLOSURE; in zend_compile_func_decl()
6955 if (op_array && ce && !op_array->scope && !(op_array->fn_flags & ZEND_ACC_CLOSURE)) { in zend_try_ct_eval_magic_const()
H A Dzend_execute.c3924 if (call->func->common.fn_flags & ZEND_ACC_CLOSURE) { in cleanup_unfinished_calls()
4120 if (fbc->common.fn_flags & ZEND_ACC_CLOSURE) { in zend_init_dynamic_call_object()
H A Dzend_vm_def.h3865 if (func->common.fn_flags & ZEND_ACC_CLOSURE) {
H A Dzend_vm_execute.h6029 if (func->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_INIT_USER_CALL_SPEC_CONST_CONST_HANDLER()
8300 if (func->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_INIT_USER_CALL_SPEC_CONST_TMPVAR_HANDLER()
10761 if (func->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_INIT_USER_CALL_SPEC_CONST_CV_HANDLER()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c736 …smart_str_append_printf(str, fptr->common.fn_flags & ZEND_ACC_CLOSURE ? "Closure [ " : (fptr->comm… in _function_string()
813 if (fptr->common.fn_flags & ZEND_ACC_CLOSURE) { in _function_string()
1593 RETURN_BOOL(fptr->common.fn_flags & ZEND_ACC_CLOSURE); in ZEND_METHOD()
2178 if (ex->func->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_METHOD()
/PHP-7.4/ext/ffi/
H A Dffi.c841 if (callback_data->fcc.function_handler->common.fn_flags & ZEND_ACC_CLOSURE) { in zend_ffi_callback_hash_dtor()
982 if (fcc.function_handler->common.fn_flags & ZEND_ACC_CLOSURE) { in zend_ffi_create_callback()

Completed in 205 milliseconds