Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dmath.c1127 size_t integral; in _php_math_number_format_ex() local
1160 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 14 milliseconds