Home
last modified time | relevance | path

Searched refs:zend_strpprintf (Results 1 – 23 of 23) sorted by relevance

/php-src/main/
H A Dspprintf.h30 #define strpprintf zend_strpprintf
H A Dfopen_wrappers.c404 …filename = zend_strpprintf(0, "%s%c%s%c%s", pw->pw_dir, PHP_DIR_SEPARATOR, PG(user_dir), PHP_DIR_S…
/php-src/ext/calendar/
H A Dcalendar.c268 zend_strpprintf(0, "%i/%i/%i", month, day, year)); in PHP_FUNCTION()
309 RETURN_NEW_STR(zend_strpprintf(0, "%i/%i/%i", month, day, year)); in PHP_FUNCTION()
338 RETURN_NEW_STR(zend_strpprintf(0, "%i/%i/%i", month, day, year)); in PHP_FUNCTION()
465 RETURN_NEW_STR(zend_strpprintf(0, "%i/%i/%i", month, day, year)); in PHP_FUNCTION()
472 …RETVAL_NEW_STR(zend_strpprintf(0, "%s %s %s", heb_number_to_chars(day, fl, &dayp), JEWISH_HEB_MONT… in PHP_FUNCTION()
509 RETURN_NEW_STR(zend_strpprintf(0, "%i/%i/%i", month, day, year)); in PHP_FUNCTION()
/php-src/Zend/
H A Dzend_ini.c656 …*errstr = zend_strpprintf(0, "Invalid quantity \"%s\": no valid leading digits, interpreting as \"… in zend_ini_parse_quantity_internal()
693 …*errstr = zend_strpprintf(0, "Invalid prefix \"0%c\", interpreting as \"0\" for backwards compatib… in zend_ini_parse_quantity_internal()
704 …*errstr = zend_strpprintf(0, "Invalid quantity \"%s\": no digits after base prefix, interpreting a… in zend_ini_parse_quantity_internal()
716 …*errstr = zend_strpprintf(0, "Invalid quantity \"%s\": no digits after base prefix, interpreting a… in zend_ini_parse_quantity_internal()
758 …*errstr = zend_strpprintf(0, "Invalid quantity \"%s\": no valid leading digits, interpreting as \"… in zend_ini_parse_quantity_internal()
795 …*errstr = zend_strpprintf(0, "Invalid quantity \"%s\": unknown multiplier \"%s\", interpreting as … in zend_ini_parse_quantity_internal()
829 …*errstr = zend_strpprintf(0, "Invalid quantity \"%s\", interpreting as \"%s%s\" for backwards comp… in zend_ini_parse_quantity_internal()
847 …*errstr = zend_strpprintf(0, "Invalid quantity \"%s\": value is out of range, using overflow resul… in zend_ini_parse_quantity_internal()
H A Dzend_closures.c663 name = zend_strpprintf(0, "%s$%s", in zend_closure_get_debug_info()
667 name = zend_strpprintf(0, "%s$%s", in zend_closure_get_debug_info()
671 ZVAL_NEW_STR(&info, zend_strpprintf(0, "%s", i >= required ? "<optional>" : "<required>")); in zend_closure_get_debug_info()
H A Dzend.h291 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) ZEND_ATTRIBUTE_FORMA…
H A Dzend_operators.c744 …zend_string *str = zend_strpprintf(0, "Resource id #" ZEND_LONG_FMT, (zend_long)Z_RES_HANDLE_P(op)… in _convert_to_string()
1023 return zend_strpprintf(0, "Resource id #" ZEND_LONG_FMT, (zend_long)Z_RES_HANDLE_P(op)); in __zval_get_string_func()
H A Dzend.c344 ZEND_API zend_string *zend_strpprintf(size_t max_len, const char *format, ...) /* {{{ */ in zend_strpprintf() function
H A Dzend_compile.c171 zend_string *result = zend_strpprintf(0, "%c%s%s:%" PRIu32 "$%" PRIx32, in zend_build_runtime_definition_key()
8266 zend_string *result = zend_strpprintf(0, "%s@anonymous%c%s:%" PRIu32 "$%" PRIx32, in zend_generate_anon_class_name()
/php-src/ext/standard/
H A Dmicrotime.c78 RETURN_NEW_STR(zend_strpprintf(0, "%.8F %ld", tp.tv_usec / MICRO_IN_SEC, (long)tp.tv_sec)); in _php_gettimeofday()
H A Dtype.c73 RETURN_NEW_STR(zend_strpprintf(0, "resource (%s)", name)); in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c201 …transport_string = zend_strpprintf(0, "%s://%s:%d", use_ssl ? "ssl" : "tcp", ZSTR_VAL(resource->ho… in php_stream_url_wrap_http_ex()
/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c77 ZVAL_STR(zv, zend_strpprintf(0, "%0*" PRIu64, (int) field->length, uval)); in ps_fetch_from_1_to_8_bytes()
241 ZVAL_STR(zv, zend_strpprintf(0, "%s%02u:%02u:%02u.%0*u", in ps_fetch_time()
245 ZVAL_STR(zv, zend_strpprintf(0, "%s%02u:%02u:%02u", in ps_fetch_time()
279 ZVAL_STR(zv, zend_strpprintf(0, "%04u-%02u-%02u", t.year, t.month, t.day)); in ps_fetch_date()
319 ZVAL_STR(zv, zend_strpprintf(0, "%04u-%02u-%02u %02u:%02u:%02u.%0*u", in ps_fetch_datetime()
323 ZVAL_STR(zv, zend_strpprintf(0, "%04u-%02u-%02u %02u:%02u:%02u", in ps_fetch_datetime()
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c429 str = zend_strpprintf(0, "%.*F", -var->sqlscale, php_get_double_from_sqldata(var->sqldata)); in pdo_firebird_stmt_get_col()
431 str = zend_strpprintf(0, "%" LL_MASK "d.%0*" LL_MASK "d", in pdo_firebird_stmt_get_col()
434 str = zend_strpprintf(0, "%" LL_MASK "d.%0*" LL_MASK "d", in pdo_firebird_stmt_get_col()
437 str = zend_strpprintf(0, "-0.%0*" LL_MASK "d", -var->sqlscale, -n % f); in pdo_firebird_stmt_get_col()
461 …ZVAL_STR(result, zend_strpprintf(0, "%" LL_MASK "d", php_get_isc_int64_from_sqldata(var->sqldata))… in pdo_firebird_stmt_get_col()
/php-src/ext/pdo/
H A Dpdo_sql_parser.re372 idxbuf = zend_strpprintf(0, tmpl, bind_no++);
/php-src/ext/spl/
H A Dphp_spl.c240 class_file = zend_strpprintf(0, "%s%.*s", ZSTR_VAL(lc_name), ext_len, ext); in spl_autoload()
H A Dspl_directory.c752 path = zend_strpprintf(0, "glob://%s", ZSTR_VAL(path)); in spl_filesystem_object_construct()
2095 file_name = zend_strpprintf(0, "php://temp/maxmemory:" ZEND_LONG_FMT, max_memory); in PHP_METHOD()
/php-src/ext/dba/
H A Ddba.c126 zend_string *key_str = zend_strpprintf(0, "[%s]%s", ZSTR_VAL(group_str), ZSTR_VAL(name_str)); in ZEND_GET_MODULE()
/php-src/ext/soap/
H A Dphp_schema.c80 …enc->details.clark_notation = zend_strpprintf(0, "{%s}%s", enc->details.ns, enc->details.type_str); in create_encoder()
345 …cur_type->encode->details.clark_notation = zend_strpprintf(0, "{%s}%s", cur_type->encode->details.… in schema_simpleType()
1403 …cur_type->encode->details.clark_notation = zend_strpprintf(0, "{%s}%s", cur_type->encode->details.… in schema_complexType()
H A Dphp_sdl.c1432 …enc->details.clark_notation = zend_strpprintf(0, "{%s}%s", enc->details.ns, enc->details.type_str); in sdl_deserialize_encoder()
/php-src/ext/sockets/
H A Dsockets.c2609 seg_name = zend_strpprintf(0, "php_wsa_for_%u", SOCKETS_G(wsa_child_count)++);
/php-src/ext/phar/
H A Dphar.c3311 name = zend_strpprintf(4096, "phar://%s/%s", ZSTR_VAL(file_handle->filename), ".phar/stub.php"); in phar_compile_file()
/php-src/ext/ffi/
H A Dffi.c600 ZVAL_STR(rv, zend_strpprintf(0, "%p", *(void**)ptr)); in zend_ffi_cdata_to_zval()

Completed in 188 milliseconds