Lines Matching refs:zend_spprintf
678 zend_spprintf(error, 0, "to be a class name derived from %s, '%s' given", in zend_parse_arg_impl()
685 zend_spprintf(error, 0, "to be a valid class name, '%s' given", in zend_parse_arg_impl()
709 zend_spprintf(error, 0, "to be a valid callback, %s", is_callable_error); in zend_parse_arg_impl()
718 zend_spprintf(error, 0, "to be a valid callback, %s", is_callable_error); in zend_parse_arg_impl()
2901 if (error) zend_spprintf(error, 0, "class '%.*s' not found", (int)name_len, ZSTR_VAL(name)); in zend_is_callable_check_class()
2975 if (error) zend_spprintf(error, 0, "invalid function name"); in zend_is_callable_check_func()
2996 …if (error) zend_spprintf(error, 0, "class '%s' is not a subclass of '%s'", ZSTR_VAL(ce_org->name),… in zend_is_callable_check_func()
3009 … zend_spprintf(error, 0, "function '%s' not found or invalid function name", Z_STRVAL_P(callable)); in zend_is_callable_check_func()
3108 …zend_spprintf(error, 0, "cannot call abstract method %s::%s()", ZSTR_VAL(fcc->calling_scope->name)… in zend_is_callable_check_func()
3129 …zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->callin… in zend_is_callable_check_func()
3149 …zend_spprintf(error, 0, "cannot access private method %s::%s()", ZSTR_VAL(fcc->calling_scope->name… in zend_is_callable_check_func()
3160 …zend_spprintf(error, 0, "cannot access protected method %s::%s()", ZSTR_VAL(fcc->calling_scope->na… in zend_is_callable_check_func()
3169 …if (error) zend_spprintf(error, 0, "class '%s' does not have a method '%s'", ZSTR_VAL(fcc->calling… in zend_is_callable_check_func()
3171 if (error) zend_spprintf(error, 0, "function '%s' does not exist", ZSTR_VAL(mname)); in zend_is_callable_check_func()
3346 if (error) zend_spprintf(error, 0, "first array member is not a valid class name or object"); in zend_is_callable_ex()
3348 if (error) zend_spprintf(error, 0, "second array member is not a valid method"); in zend_is_callable_ex()
3351 if (error) zend_spprintf(error, 0, "array must have exactly two members"); in zend_is_callable_ex()
3374 if (error) zend_spprintf(error, 0, "no array or string given"); in zend_is_callable_ex()
3383 if (error) zend_spprintf(error, 0, "no array or string given"); in zend_is_callable_ex()