Searched refs:zero_fraction (Results 1 – 2 of 2) sorted by relevance
116 smart_str *str, double num, int precision, bool zero_fraction) { in smart_str_append_double() argument121 if (zero_fraction && zend_finite(num) && !strchr(buf, '.')) { in smart_str_append_double()
32 smart_str *str, double num, int precision, bool zero_fraction);
Completed in 6 milliseconds