Searched refs:php_sprintf (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/main/ |
H A D | php_sprintf.c | 31 php_sprintf (char*s, const char* format, ...) in php_sprintf() function
|
H A D | snprintf.h | 87 PHPAPI int php_sprintf (char* s, const char* format, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3); 125 #define sprintf php_sprintf
|
H A D | php.h | 42 #define sprintf php_sprintf
|
/PHP-7.0/ext/mysqlnd/ |
H A D | mysql_float_to_double.h | 45 php_sprintf(num_buf, "%.*f", decimals, fp4); in mysql_float_to_double()
|
/PHP-7.0/win32/build/ |
H A D | config.w32 | 152 php_open_temporary_file.c output.c internal_functions.c php_sprintf.c");
|
/PHP-7.0/ |
H A D | configure.in | 1468 PHP_ADD_SOURCES(main, main.c snprintf.c spprintf.c php_sprintf.c \
|
Completed in 12 milliseconds