Lines Matching refs:fn_flags

81 		if (func->common.fn_flags & ZEND_ACC_STATIC) {  in zend_valid_closure_binding()
95 } else if (!(func->common.fn_flags & ZEND_ACC_STATIC) && func->common.scope in zend_valid_closure_binding()
108 if ((func->common.fn_flags & ZEND_ACC_FAKE_CLOSURE) && scope != func->common.scope) { in zend_valid_closure_binding()
155 if (fci_cache.function_handler->common.fn_flags & ZEND_ACC_GENERATOR) { in ZEND_METHOD()
177 if (fci_cache.function_handler->common.fn_flags & ZEND_ACC_GENERATOR) { in ZEND_METHOD()
234 …mmon.scope != new_closure->func.common.scope || (closure->func.op_array.fn_flags & ZEND_ACC_NO_RT_… in ZEND_METHOD()
238 new_closure->func.op_array.fn_flags |= ZEND_ACC_NO_RT_ARENA; in ZEND_METHOD()
270 invoke->internal_function.fn_flags = in zend_get_closure_invoke_method()
271 ZEND_ACC_PUBLIC | ZEND_ACC_CALL_VIA_HANDLER | (closure->func.common.fn_flags & keep_flags); in zend_get_closure_invoke_method()
272 …if (closure->func.type != ZEND_INTERNAL_FUNCTION || (closure->func.common.fn_flags & ZEND_ACC_USER… in zend_get_closure_invoke_method()
273 invoke->internal_function.fn_flags |= in zend_get_closure_invoke_method()
350 if (closure->func.op_array.fn_flags & ZEND_ACC_NO_RT_ARENA) { in zend_closure_free_storage()
417 …zend_bool zstr_args = (closure->func.type == ZEND_USER_FUNCTION) || (closure->func.common.fn_flags in zend_closure_get_debug_info()
437 (closure->func.common.fn_flags & ZEND_ACC_VARIADIC))) { in zend_closure_get_debug_info()
443 if (closure->func.common.fn_flags & ZEND_ACC_VARIADIC) { in zend_closure_get_debug_info()
574 closure->func.common.fn_flags |= ZEND_ACC_CLOSURE; in zend_create_closure()
592 closure->func.common.fn_flags |= ZEND_ACC_CLOSURE; in zend_create_closure()
616 closure->func.common.fn_flags |= ZEND_ACC_PUBLIC; in zend_create_closure()
617 …if (this_ptr && Z_TYPE_P(this_ptr) == IS_OBJECT && (closure->func.common.fn_flags & ZEND_ACC_STATI… in zend_create_closure()
631 closure->func.common.fn_flags |= ZEND_ACC_FAKE_CLOSURE; in zend_create_fake_closure()