Searched refs:integral (Results 1 – 1 of 1) sorted by relevance
1127 size_t integral; in _php_math_number_format_ex() local1160 integral = (dp - ZSTR_VAL(tmpbuf)); in _php_math_number_format_ex()1163 integral = ZSTR_LEN(tmpbuf); in _php_math_number_format_ex()1168 integral = zend_safe_addmult((integral-1)/3, thousand_sep_len, integral, "number formatting"); in _php_math_number_format_ex()1171 reslen = integral; in _php_math_number_format_ex()
Completed in 7 milliseconds