Lines Matching refs:fn_flags
457 ZEND_ASSERT(func->common.fn_flags & ZEND_ACC_VARIADIC); in zend_null_arg_deprecated()
2499 if (!(fptr->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE)) { in zend_check_magic_method_return_type()
2526 if (fptr->common.fn_flags & ZEND_ACC_STATIC) { in zend_check_magic_method_non_static()
2535 if (!(fptr->common.fn_flags & ZEND_ACC_STATIC)) { in zend_check_magic_method_static()
2545 if (!(fptr->common.fn_flags & ZEND_ACC_PUBLIC)) { in zend_check_magic_method_public()
2554 if (fptr->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE) { in zend_check_magic_method_no_return_type()
2665 ce->constructor->common.fn_flags |= ZEND_ACC_CTOR; in zend_add_magic_method()
2741 internal_function->fn_flags = ZEND_ACC_PUBLIC | ptr->flags; in ZEND_END_ARG_INFO()
2743 internal_function->fn_flags = ptr->flags; in ZEND_END_ARG_INFO()
2746 internal_function->fn_flags = ZEND_ACC_PUBLIC; in ZEND_END_ARG_INFO()
2760 internal_function->fn_flags |= ZEND_ACC_RETURN_REFERENCE; in ZEND_END_ARG_INFO()
2763 internal_function->fn_flags |= ZEND_ACC_VARIADIC; in ZEND_END_ARG_INFO()
2775 internal_function->fn_flags |= ZEND_ACC_HAS_RETURN_TYPE; in ZEND_END_ARG_INFO()
2789 !(internal_function->fn_flags & ZEND_ACC_HAS_RETURN_TYPE)) { in ZEND_END_ARG_INFO()
2793 internal_function->fn_flags |= ZEND_ACC_HAS_RETURN_TYPE; in ZEND_END_ARG_INFO()
2837 if (reg_function->common.fn_flags & ZEND_ACC_VARIADIC) { in ZEND_END_ARG_INFO()
2848 reg_function->common.fn_flags |= ZEND_ACC_HAS_TYPE_HINTS; in ZEND_END_ARG_INFO()
2864 (reg_function->common.fn_flags & (ZEND_ACC_HAS_RETURN_TYPE|ZEND_ACC_HAS_TYPE_HINTS))) { in ZEND_END_ARG_INFO()
3447 if ((fn->common.fn_flags & (ZEND_ACC_HAS_RETURN_TYPE|ZEND_ACC_HAS_TYPE_HINTS)) && in zend_disable_class()
3565 (fcc->function_handler->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in zend_release_fcall_info_cache()
3702 if ((fcc->function_handler->op_array.fn_flags & ZEND_ACC_CHANGED) && in zend_is_callable_check_func()
3712 if ((priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE) in zend_is_callable_check_func()
3719 if (!(fcc->function_handler->common.fn_flags & ZEND_ACC_PUBLIC) && in zend_is_callable_check_func()
3725 if ((fcc->function_handler->common.fn_flags & ZEND_ACC_PRIVATE) in zend_is_callable_check_func()
3749 … call_via_handler = (fcc->function_handler->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) != 0; in zend_is_callable_check_func()
3761 call_via_handler = (fcc->function_handler->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) != 0; in zend_is_callable_check_func()
3775 if (fcc->function_handler->common.fn_flags & ZEND_ACC_ABSTRACT) { in zend_is_callable_check_func()
3780 } else if (!fcc->object && !(fcc->function_handler->common.fn_flags & ZEND_ACC_STATIC)) { in zend_is_callable_check_func()
3787 && !(fcc->function_handler->common.fn_flags & ZEND_ACC_PUBLIC)) { in zend_is_callable_check_func()
3790 if ((fcc->function_handler->common.fn_flags & ZEND_ACC_PRIVATE) in zend_is_callable_check_func()
3796 … method %s::%s()", zend_visibility_string(fcc->function_handler->common.fn_flags), ZSTR_VAL(fcc->c… in zend_is_callable_check_func()
3816 && (fcc->function_handler->common.fn_flags & ZEND_ACC_STATIC)) { in zend_is_callable_check_func()