Lines Matching refs:fn_flags

446 		ZEND_ASSERT(func->common.fn_flags & ZEND_ACC_VARIADIC);  in zend_null_arg_deprecated()
2452 if (!(fptr->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE)) { in zend_check_magic_method_return_type()
2479 if (fptr->common.fn_flags & ZEND_ACC_STATIC) { in zend_check_magic_method_non_static()
2488 if (!(fptr->common.fn_flags & ZEND_ACC_STATIC)) { in zend_check_magic_method_static()
2498 if (!(fptr->common.fn_flags & ZEND_ACC_PUBLIC)) { in zend_check_magic_method_public()
2507 if (fptr->common.fn_flags & ZEND_ACC_HAS_RETURN_TYPE) { in zend_check_magic_method_no_return_type()
2618 ce->constructor->common.fn_flags |= ZEND_ACC_CTOR; in zend_add_magic_method()
2688 internal_function->fn_flags = ZEND_ACC_PUBLIC | ptr->flags; in ZEND_END_ARG_INFO()
2690 internal_function->fn_flags = ptr->flags; in ZEND_END_ARG_INFO()
2693 internal_function->fn_flags = ZEND_ACC_PUBLIC; in ZEND_END_ARG_INFO()
2707 internal_function->fn_flags |= ZEND_ACC_RETURN_REFERENCE; in ZEND_END_ARG_INFO()
2710 internal_function->fn_flags |= ZEND_ACC_VARIADIC; in ZEND_END_ARG_INFO()
2722 internal_function->fn_flags |= ZEND_ACC_HAS_RETURN_TYPE; in ZEND_END_ARG_INFO()
2736 !(internal_function->fn_flags & ZEND_ACC_HAS_RETURN_TYPE)) { in ZEND_END_ARG_INFO()
2738 internal_function->fn_flags |= ZEND_ACC_HAS_RETURN_TYPE; in ZEND_END_ARG_INFO()
2782 if (reg_function->common.fn_flags & ZEND_ACC_VARIADIC) { in ZEND_END_ARG_INFO()
2793 reg_function->common.fn_flags |= ZEND_ACC_HAS_TYPE_HINTS; in ZEND_END_ARG_INFO()
2808 (reg_function->common.fn_flags & (ZEND_ACC_HAS_RETURN_TYPE|ZEND_ACC_HAS_TYPE_HINTS))) { in ZEND_END_ARG_INFO()
3339 if ((fn->common.fn_flags & (ZEND_ACC_HAS_RETURN_TYPE|ZEND_ACC_HAS_TYPE_HINTS)) && in zend_disable_class()
3448 (fcc->function_handler->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE)) { in zend_release_fcall_info_cache()
3580 if ((fcc->function_handler->op_array.fn_flags & ZEND_ACC_CHANGED) && in zend_is_callable_check_func()
3590 if ((priv_fbc->common.fn_flags & ZEND_ACC_PRIVATE) in zend_is_callable_check_func()
3597 if (!(fcc->function_handler->common.fn_flags & ZEND_ACC_PUBLIC) && in zend_is_callable_check_func()
3603 if ((fcc->function_handler->common.fn_flags & ZEND_ACC_PRIVATE) in zend_is_callable_check_func()
3627 … call_via_handler = (fcc->function_handler->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) != 0; in zend_is_callable_check_func()
3639 call_via_handler = (fcc->function_handler->common.fn_flags & ZEND_ACC_CALL_VIA_TRAMPOLINE) != 0; in zend_is_callable_check_func()
3653 if (fcc->function_handler->common.fn_flags & ZEND_ACC_ABSTRACT) { in zend_is_callable_check_func()
3658 } else if (!fcc->object && !(fcc->function_handler->common.fn_flags & ZEND_ACC_STATIC)) { in zend_is_callable_check_func()
3665 && !(fcc->function_handler->common.fn_flags & ZEND_ACC_PUBLIC)) { in zend_is_callable_check_func()
3668 if ((fcc->function_handler->common.fn_flags & ZEND_ACC_PRIVATE) in zend_is_callable_check_func()
3674 … method %s::%s()", zend_visibility_string(fcc->function_handler->common.fn_flags), ZSTR_VAL(fcc->c… in zend_is_callable_check_func()
3694 && (fcc->function_handler->common.fn_flags & ZEND_ACC_STATIC)) { in zend_is_callable_check_func()