Lines Matching refs:zend_spprintf
563 zend_spprintf(error, 0, "to be a class name derived from %s, '%s' given", in zend_parse_arg_impl()
570 zend_spprintf(error, 0, "to be a valid class name, '%s' given", in zend_parse_arg_impl()
594 zend_spprintf(error, 0, "to be a valid callback, %s", is_callable_error); in zend_parse_arg_impl()
603 zend_spprintf(error, 0, "to be a valid callback, %s", is_callable_error); in zend_parse_arg_impl()
2422 if (error) zend_spprintf(error, 0, "class '%.*s' not found", name_len, name); in zend_is_callable_check_class()
2474 if (error) zend_spprintf(error, 0, "invalid function name"); in zend_is_callable_check_func()
2493 …if (error) zend_spprintf(error, 0, "class '%s' is not a subclass of '%s'", ce_org->name, fcc->call… in zend_is_callable_check_func()
2506 … zend_spprintf(error, 0, "function '%s' not found or invalid function name", Z_STRVAL_P(callable)); in zend_is_callable_check_func()
2608 …zend_spprintf(error, 0, "cannot call abstract method %s::%s()", fcc->calling_scope->name, fcc->fun… in zend_is_callable_check_func()
2630 …zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically, assuming $this from c… in zend_is_callable_check_func()
2639 …zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically", fcc->calling_scope->… in zend_is_callable_check_func()
2655 …zend_spprintf(error, 0, "cannot access private method %s::%s()", fcc->calling_scope->name, fcc->fu… in zend_is_callable_check_func()
2665 …zend_spprintf(error, 0, "cannot access protected method %s::%s()", fcc->calling_scope->name, fcc->… in zend_is_callable_check_func()
2674 …if (error) zend_spprintf(error, 0, "class '%s' does not have a method '%s'", fcc->calling_scope->n… in zend_is_callable_check_func()
2676 if (error) zend_spprintf(error, 0, "function '%s' does not exist", mname); in zend_is_callable_check_func()
2846 if (error) zend_spprintf(error, 0, "first array member is not a valid class name or object"); in zend_is_callable_ex()
2848 if (error) zend_spprintf(error, 0, "second array member is not a valid method"); in zend_is_callable_ex()
2851 if (error) zend_spprintf(error, 0, "array must have exactly two members"); in zend_is_callable_ex()
2886 if (error) zend_spprintf(error, 0, "no array or string given"); in zend_is_callable_ex()