Searched refs:zend_spprintf (Results 1 – 5 of 5) sorted by relevance
/PHP-7.4/main/ |
H A D | spprintf.h | 31 #define spprintf zend_spprintf
|
H A D | main.c | 1583 new_timeout_strlen = (int)zend_spprintf(&new_timeout_str, 0, ZEND_LONG_FMT, new_timeout); in PHP_FUNCTION()
|
/PHP-7.4/Zend/ |
H A D | zend_API.c | 784 zend_spprintf(error, 0, "to be a class name derived from %s, '%s' given", in zend_parse_arg_impl() 791 zend_spprintf(error, 0, "to be a valid class name, '%s' given", in zend_parse_arg_impl() 815 zend_spprintf(error, 0, "to be a valid callback, %s", is_callable_error); in zend_parse_arg_impl() 824 zend_spprintf(error, 0, "to be a valid callback, %s", is_callable_error); in zend_parse_arg_impl() 2991 if (error) zend_spprintf(error, 0, "class '%.*s' not found", (int)name_len, ZSTR_VAL(name)); in zend_is_callable_check_class() 3089 …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() 3102 … zend_spprintf(error, 0, "function '%s' not found or invalid function name", Z_STRVAL_P(callable)); in zend_is_callable_check_func() 3195 …zend_spprintf(error, 0, "cannot call abstract method %s::%s()", ZSTR_VAL(fcc->calling_scope->name)… in zend_is_callable_check_func() 3212 …zend_spprintf(error, 0, "non-static method %s::%s() %s be called statically", ZSTR_VAL(fcc->callin… in zend_is_callable_check_func() 3244 …if (error) zend_spprintf(error, 0, "class '%s' does not have a method '%s'", ZSTR_VAL(fcc->calling… in zend_is_callable_check_func() [all …]
|
H A D | zend.h | 238 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) ZEND_ATTRIBU…
|
H A D | zend.c | 215 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf() function 1721 …zend_spprintf(&compiled_string_description, 0, COMPILED_STRING_DESCRIPTION_FORMAT, cur_filename, c… in zend_make_compiled_string_description()
|
Completed in 43 milliseconds