Home
last modified time | relevance | path

Searched refs:zend_spprintf (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_exceptions.h72 size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) ZEND_ATTRIBUTE_FORMAT…
H A Dzend_API.c678 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()
3171 if (error) zend_spprintf(error, 0, "function '%s' does not exist", ZSTR_VAL(mname)); in zend_is_callable_check_func()
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()
[all …]
H A Dzend_exceptions.c525 …size_t l_tmp = zend_spprintf(&s_tmp, MAX_LENGTH_OF_DOUBLE + EG(precision) + 1, "%.*G", (int) EG(pr… in _build_trace_args()
654 size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf() function
H A Dzend.c1520zend_spprintf(&compiled_string_description, 0, COMPILED_STRING_DESCRIPTION_FORMAT, cur_filename, c… in zend_make_compiled_string_description()
/PHP-7.1/main/
H A Dmain.c1366 new_timeout_strlen = (int)zend_spprintf(&new_timeout_str, 0, ZEND_LONG_FMT, new_timeout); in PHP_FUNCTION()

Completed in 36 milliseconds