Home
last modified time | relevance | path

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

/PHP-5.4/ext/bcmath/
H A Dbcmath.c557 long new_scale; in PHP_FUNCTION() local
559 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &new_scale) == FAILURE) { in PHP_FUNCTION()
563 BCG(bc_precision) = ((int)new_scale < 0) ? 0 : new_scale; in PHP_FUNCTION()

Completed in 14 milliseconds