Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_generators.c157 if (op_array->fn_flags & ZEND_ACC_CLOSURE) { in zend_generator_close()
263 if (op_array->fn_flags & ZEND_ACC_CLOSURE) { in zend_generator_create_zval()
H A Dzend_closures.c452 closure->func.common.fn_flags |= ZEND_ACC_CLOSURE; in zend_create_closure()
H A Dzend_compile.h201 #define ZEND_ACC_CLOSURE 0x100000 macro
H A Dzend_vm_def.h1843 if ((op_array->fn_flags & ZEND_ACC_CLOSURE) && op_array->prototype) { in ZEND_VM_HELPER()
2684 call->fbc->common.fn_flags & ZEND_ACC_CLOSURE) {
H A Dzend_vm_execute.h404 if ((op_array->fn_flags & ZEND_ACC_CLOSURE) && op_array->prototype) { in zend_leave_helper_SPEC()
1281 call->fbc->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
1606 call->fbc->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1793 call->fbc->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
2018 call->fbc->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
H A Dzend_compile.c1789 CG(active_op_array)->fn_flags |= ZEND_ACC_CLOSURE; in zend_do_begin_lambda_function_declaration()
/PHP-5.5/ext/reflection/
H A Dphp_reflection.c838 …string_printf(str, fptr->common.fn_flags & ZEND_ACC_CLOSURE ? "Closure [ " : (fptr->common.scope ?… in _function_string()
916 if (fptr->common.fn_flags & ZEND_ACC_CLOSURE) { in _function_string()
1694 RETURN_BOOL(fptr->common.fn_flags & ZEND_ACC_CLOSURE); in ZEND_METHOD()

Completed in 164 milliseconds