Home
last modified time | relevance | path

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

/PHP-5.4/main/
H A Dsnprintf.c376 register char *p, *p_orig; in php_conv_fp() local
384 p_orig = p = php_fcvt(num, precision, &decimal_point, is_negative); in php_conv_fp()
386 p_orig = p = php_ecvt(num, precision + 1, &decimal_point, is_negative); in php_conv_fp()
396 free(p_orig); in php_conv_fp()
462 free(p_orig); in php_conv_fp()

Completed in 6 milliseconds