Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_compile.h155 #define ZEND_ACC_CLOSURE 0x100000 macro
H A Dzend_vm_def.h2096 EX(fbc)->common.fn_flags & ZEND_ACC_CLOSURE) {
2166 if ((op_array->fn_flags & ZEND_ACC_CLOSURE) && op_array->prototype) { in ZEND_VM_HELPER()
H A Dzend_compile.c1425 CG(active_op_array)->fn_flags |= ZEND_ACC_CLOSURE; in zend_do_begin_lambda_function_declaration()
H A Dzend_vm_execute.h166 if ((op_array->fn_flags & ZEND_ACC_CLOSURE) && op_array->prototype) { in zend_leave_helper_SPEC()
770 EX(fbc)->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CONST_HANDLER()
970 EX(fbc)->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_INIT_FCALL_BY_NAME_SPEC_TMP_HANDLER()
1077 EX(fbc)->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_INIT_FCALL_BY_NAME_SPEC_VAR_HANDLER()
1207 EX(fbc)->common.fn_flags & ZEND_ACC_CLOSURE) { in ZEND_INIT_FCALL_BY_NAME_SPEC_CV_HANDLER()
/PHP-5.3/ext/reflection/
H A Dphp_reflection.c813 …string_printf(str, fptr->common.fn_flags & ZEND_ACC_CLOSURE ? "Closure [ " : (fptr->common.scope ?… in _function_string()
891 if (fptr->common.fn_flags & ZEND_ACC_CLOSURE) { in _function_string()
1601 RETURN_BOOL(fptr->common.fn_flags & ZEND_ACC_CLOSURE); in ZEND_METHOD()

Completed in 115 milliseconds