Searched refs:ap_php_conv_10 (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/main/ |
H A D | snprintf.h | 157 PHPAPI char * ap_php_conv_10(wide_int num, bool_int is_unsigned,
|
H A D | snprintf.c | 323 PHPAPI char * ap_php_conv_10(register wide_int num, register bool_int is_unsigned, in ap_php_conv_10() function 456 …p = ap_php_conv_10((wide_int) decimal_point, FALSE, &exponent_is_negative, &temp[EXPONENT_LENGTH],… in php_conv_fp() 893 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
|
H A D | spprintf.c | 498 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in xbuf_format_converter()
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_out.c | 418 s = ap_php_conv_10(i_num, (*fmt) == 'u', &is_negative, in format_converter()
|
Completed in 17 milliseconds