Home
last modified time | relevance | path

Searched refs:zend_spprintf (Results 1 – 10 of 10) sorted by path

/PHP-5.5/Zend/
H A Dzend.c1392zend_spprintf(&compiled_string_description, 0, COMPILED_STRING_DESCRIPTION_FORMAT, cur_filename, c… in zend_make_compiled_string_description()
H A Dzend_API.c604 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()
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()
[all …]
H A Dzend_closures.c356 name_len = zend_spprintf(&name, 0, "%s$%s", in zend_closure_get_debug_info()
360 name_len = zend_spprintf(&name, 0, "%s$param%d", in zend_closure_get_debug_info()
364 info_len = zend_spprintf(&info, 0, "%s", in zend_closure_get_debug_info()
H A Dzend_exceptions.c649 int zend_spprintf(char **message, int max_len, const char *format, ...) /* {{{ */ in zend_spprintf() function
707 len = zend_spprintf(&str, 0, "exception '%s' with message '%s' in %s:%ld\nStack trace:\n%s%s%s", in ZEND_METHOD()
712 len = zend_spprintf(&str, 0, "exception '%s' in %s:%ld\nStack trace:\n%s%s%s", in ZEND_METHOD()
H A Dzend_exceptions.h56 int zend_spprintf(char **message, int max_len, const char *format, ...);
H A Dzend_language_scanner.c4332 zendlval->value.str.len = zend_spprintf(&zendlval->value.str.val, 0, "%s%s%s", in lex_scan()
H A Dzend_language_scanner.l1668 zendlval->value.str.len = zend_spprintf(&zendlval->value.str.val, 0, "%s%s%s",
H A Dzend_operators.c582 Z_STRLEN_P(op) = zend_spprintf(&Z_STRVAL_P(op), 0, "%.*H", (int) EG(precision), dval); in _convert_to_cstring()
619 Z_STRLEN_P(op) = zend_spprintf(&Z_STRVAL_P(op), 0, "Resource id #%ld", tmp); in _convert_to_string()
625 Z_STRLEN_P(op) = zend_spprintf(&Z_STRVAL_P(op), 0, "%ld", lval); in _convert_to_string()
630 Z_STRLEN_P(op) = zend_spprintf(&Z_STRVAL_P(op), 0, "%.*G", (int) EG(precision), dval); in _convert_to_string()
2251 …Z_STRLEN_P(op) = zend_spprintf(&Z_STRVAL_P(op), 0, "%.*G", (int) EG(precision), (double)Z_DVAL_P(o…
/PHP-5.5/ext/standard/
H A Dstring.c2945 string_key_len = 1 + zend_spprintf(&string_key, 0, "%ld", (long)num_key);
/PHP-5.5/main/
H A Dmain.c1282 new_timeout_strlen = zend_spprintf(&new_timeout_str, 0, "%ld", new_timeout); in PHP_FUNCTION()

Completed in 93 milliseconds