Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dspprintf.h29 #define spprintf zend_spprintf
H A Dmain.c1505 new_timeout_strlen = zend_spprintf(&new_timeout_str, 0, ZEND_LONG_FMT, new_timeout); in PHP_FUNCTION()
/PHP-8.2/Zend/
H A Dzend_API.c862 zend_spprintf(error, 0, "must not contain any null bytes"); in zend_parse_arg_impl()
876 zend_spprintf(error, 0, "must not contain any null bytes"); in zend_parse_arg_impl()
959zend_spprintf(error, 0, "must be of type ?%s, %s given", ZSTR_VAL(ce->name), zend_zval_value_name(… in zend_parse_arg_impl()
992 zend_spprintf(error, 0, "must be a class name derived from %s%s, %s given", in zend_parse_arg_impl()
999 zend_spprintf(error, 0, "must be a valid class name%s, %s given", in zend_parse_arg_impl()
1033zend_spprintf(error, 0, "must be a valid callback%s, %s", check_null ? " or null" : "", is_callabl… in zend_parse_arg_impl()
3692 if (error) zend_spprintf(error, 0, "class \"%.*s\" not found", (int)name_len, ZSTR_VAL(name)); in zend_is_callable_check_class()
3804 …if (error) zend_spprintf(error, 0, "class %s is not a subclass of %s", ZSTR_VAL(ce_org->name), ZST… in zend_is_callable_check_func()
3822zend_spprintf(error, 0, "function \"%s\" not found or invalid function name", Z_STRVAL_P(callable)… in zend_is_callable_check_func()
3941zend_spprintf(error, 0, "class %s does not have a method \"%s\"", ZSTR_VAL(fcc->calling_scope->nam… in zend_is_callable_check_func()
[all …]
H A Dzend.h287 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) ZEND_ATTRIBU…
H A Dzend.c302 ZEND_API size_t zend_spprintf(char **message, size_t max_len, const char *format, ...) /* {{{ */ in zend_spprintf() function
1940zend_spprintf(&compiled_string_description, 0, COMPILED_STRING_DESCRIPTION_FORMAT, cur_filename, c… in zend_make_compiled_string_description()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_ir.c404 zend_spprintf(&new_name, 0, "%s@veneer", name); in zend_jit_set_veneer()

Completed in 106 milliseconds