Lines Matching refs:fn_flags

2123 	if (!(fptr->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE)) {  in zend_check_magic_method_return_type()
2145 if (fptr->common.fn_flags & ZEND_ACC_STATIC) { in zend_check_magic_method_non_static()
2154 if (!(fptr->common.fn_flags & ZEND_ACC_STATIC)) { in zend_check_magic_method_static()
2164 if (!(fptr->common.fn_flags & ZEND_ACC_PUBLIC)) { in zend_check_magic_method_public()
2173 if (fptr->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE) { in zend_check_magic_method_no_return_type()
2284 ce->constructor->common.fn_flags |= ZEND_ACC_CTOR; in zend_add_magic_method()
2354 internal_function->fn_flags = ZEND_ACC_PUBLIC | ptr->flags; in ZEND_END_ARG_INFO()
2356 internal_function->fn_flags = ptr->flags; in ZEND_END_ARG_INFO()
2359 internal_function->fn_flags = ZEND_ACC_PUBLIC; in ZEND_END_ARG_INFO()
2373 internal_function->fn_flags |= ZEND_ACC_RETURN_REFERENCE; in ZEND_END_ARG_INFO()
2376 internal_function->fn_flags |= ZEND_ACC_VARIADIC; in ZEND_END_ARG_INFO()
2388 internal_function->fn_flags |= ZEND_ACC_HAS_RETURN_TYPE; in ZEND_END_ARG_INFO()
2402 !(internal_function->fn_flags & ZEND_ACC_HAS_RETURN_TYPE)) { in ZEND_END_ARG_INFO()
2404 internal_function->fn_flags |= ZEND_ACC_HAS_RETURN_TYPE; in ZEND_END_ARG_INFO()
2448 if (reg_function->common.fn_flags & ZEND_ACC_VARIADIC) { in ZEND_END_ARG_INFO()
2459 reg_function->common.fn_flags |= ZEND_ACC_HAS_TYPE_HINTS; in ZEND_END_ARG_INFO()
2474 (reg_function->common.fn_flags & (ZEND_ACC_HAS_RETURN_TYPE|ZEND_ACC_HAS_TYPE_HINTS))) { in ZEND_END_ARG_INFO()
2999 if ((fn->common.fn_flags & (ZEND_ACC_HAS_RETURN_TYPE|ZEND_ACC_HAS_TYPE_HINTS)) && in zend_disable_class()
3100 (fcc->function_handler->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in zend_release_fcall_info_cache()
3215 if ((fcc->function_handler->op_array.fn_flags & ZEND_ACC_CHANGED) && in zend_is_callable_check_func()
3225 if ((priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE) in zend_is_callable_check_func()
3232 if (!(fcc->function_handler->common.fn_flags & ZEND_ACC_PUBLIC) && in zend_is_callable_check_func()
3238 if ((fcc->function_handler->common.fn_flags & ZEND_ACC_PRIVATE) in zend_is_callable_check_func()
3262 … call_via_handler = (fcc->function_handler->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) != 0; in zend_is_callable_check_func()
3274 call_via_handler = (fcc->function_handler->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) != 0; in zend_is_callable_check_func()
3288 if (fcc->function_handler->common.fn_flags & ZEND_ACC_ABSTRACT) { in zend_is_callable_check_func()
3293 } else if (!fcc->object && !(fcc->function_handler->common.fn_flags & ZEND_ACC_STATIC)) { in zend_is_callable_check_func()
3300 && !(fcc->function_handler->common.fn_flags & ZEND_ACC_PUBLIC)) { in zend_is_callable_check_func()
3303 if ((fcc->function_handler->common.fn_flags & ZEND_ACC_PRIVATE) in zend_is_callable_check_func()
3309 … method %s::%s()", zend_visibility_string(fcc->function_handler->common.fn_flags), ZSTR_VAL(fcc->c… in zend_is_callable_check_func()
3329 && (fcc->function_handler->common.fn_flags & ZEND_ACC_STATIC)) { in zend_is_callable_check_func()