Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_smart_str.c116 smart_str *str, double num, int precision, bool zero_fraction) { in smart_str_append_double() argument
121 if (zero_fraction && zend_finite(num) && !strchr(buf, '.')) { in smart_str_append_double()
H A Dzend_smart_str.h32 smart_str *str, double num, int precision, bool zero_fraction);

Completed in 17 milliseconds