Lines Matching refs:zend_spprintf

604 						zend_spprintf(error, 0, "to be a class name derived from %s, '%s' given",  in zend_parse_arg_impl()
611 zend_spprintf(error, 0, "to be a valid class name, '%s' given", in zend_parse_arg_impl()
635 zend_spprintf(error, 0, "to be a valid callback, %s", is_callable_error); in zend_parse_arg_impl()
644 zend_spprintf(error, 0, "to be a valid callback, %s", is_callable_error); in zend_parse_arg_impl()
2736 if (error) zend_spprintf(error, 0, "class '%.*s' not found", name_len, name); in zend_is_callable_check_class()
2789 if (error) zend_spprintf(error, 0, "invalid function name"); in zend_is_callable_check_func()
2808 …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()
2821zend_spprintf(error, 0, "function '%s' not found or invalid function name", Z_STRVAL_P(callable)); in zend_is_callable_check_func()
2921zend_spprintf(error, 0, "cannot call abstract method %s::%s()", fcc->calling_scope->name, fcc->fun… in zend_is_callable_check_func()
2943zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically, assuming $this from c… in zend_is_callable_check_func()
2952zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically", fcc->calling_scope->… in zend_is_callable_check_func()
2968zend_spprintf(error, 0, "cannot access private method %s::%s()", fcc->calling_scope->name, fcc->fu… in zend_is_callable_check_func()
2978zend_spprintf(error, 0, "cannot access protected method %s::%s()", fcc->calling_scope->name, fcc->… in zend_is_callable_check_func()
2987 …if (error) zend_spprintf(error, 0, "class '%s' does not have a method '%s'", fcc->calling_scope->n… in zend_is_callable_check_func()
2989 if (error) zend_spprintf(error, 0, "function '%s' does not exist", mname); in zend_is_callable_check_func()
3159 if (error) zend_spprintf(error, 0, "first array member is not a valid class name or object"); in zend_is_callable_ex()
3161 if (error) zend_spprintf(error, 0, "second array member is not a valid method"); in zend_is_callable_ex()
3164 if (error) zend_spprintf(error, 0, "array must have exactly two members"); in zend_is_callable_ex()
3199 if (error) zend_spprintf(error, 0, "no array or string given"); in zend_is_callable_ex()