Home
last modified time | relevance | path

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

/php-src/ext/bcmath/
H A Dbcmath.c824 zend_long old_scale, new_scale; in PHP_FUNCTION() local
829 Z_PARAM_LONG_OR_NULL(new_scale, new_scale_is_null) in PHP_FUNCTION()
835 if (bcmath_check_scale(new_scale, 1) == FAILURE) { in PHP_FUNCTION()
840 zend_string *new_scale_str = zend_long_to_str(new_scale); in PHP_FUNCTION()

Completed in 7 milliseconds