Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_closures.c658 closure->func.common.fn_flags |= ZEND_ACC_CLOSURE; in zend_create_closure()
669 if (!func->op_array.run_time_cache && (func->common.fn_flags & ZEND_ACC_CLOSURE)) { in zend_create_closure()
688 closure->func.common.fn_flags |= ZEND_ACC_CLOSURE; in zend_create_closure()
H A Dzend_compile.h256 #define ZEND_ACC_CLOSURE 0x100000 macro
H A Dzend_execute_API.c844 if (UNEXPECTED(func->op_array.fn_flags & ZEND_ACC_CLOSURE)) { in zend_call_function()
H A Dzend_execute.c2479 if (call->func->common.fn_flags & ZEND_ACC_CLOSURE) { in cleanup_unfinished_calls()
2659 if (fbc->common.fn_flags & ZEND_ACC_CLOSURE) { in zend_init_dynamic_call_object()
H A Dzend_compile.c1412 if (CG(active_op_array)->fn_flags & ZEND_ACC_CLOSURE) { in zend_is_scope_known()
5555 if (op_array->fn_flags & ZEND_ACC_CLOSURE) { in zend_begin_func_decl()
5596 op_array->fn_flags |= ZEND_ACC_CLOSURE; in zend_compile_func_decl()
6485 …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.h3518 if (func->common.fn_flags & ZEND_ACC_CLOSURE) {
H A Dzend_vm_execute.h5646 if (func->common.fn_flags & ZEND_ACC_CLOSURE) {
9583 if (func->common.fn_flags & ZEND_ACC_CLOSURE) {
11562 if (func->common.fn_flags & ZEND_ACC_CLOSURE) {
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c850 …string_printf(str, fptr->common.fn_flags & ZEND_ACC_CLOSURE ? "Closure [ " : (fptr->common.scope ?… in _function_string()
929 if (fptr->common.fn_flags & ZEND_ACC_CLOSURE) { in _function_string()
1759 RETURN_BOOL(fptr->common.fn_flags & ZEND_ACC_CLOSURE); in ZEND_METHOD()
2325 if (ex->func->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_METHOD()

Completed in 226 milliseconds