Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/
H A Dmath.c1305 int dec_int; in PHP_FUNCTION() local
1343 dec_int = ZEND_LONG_INT_OVFL(dec) ? INT_MAX : (int)dec; in PHP_FUNCTION()
1345 dec_int = ZEND_LONG_INT_UDFL(dec) ? INT_MIN : (int)dec; in PHP_FUNCTION()
1347 …RETURN_STR(_php_math_number_format_ex(Z_DVAL_P(num), dec_int, dec_point, dec_point_len, thousand_s… in PHP_FUNCTION()

Completed in 8 milliseconds