Searched refs:new_scale (Results 1 – 1 of 1) sorted by relevance
568 zend_long new_scale; in PHP_FUNCTION() local570 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &new_scale) == FAILURE) { in PHP_FUNCTION()574 BCG(bc_precision) = ((int)new_scale < 0) ? 0 : new_scale; in PHP_FUNCTION()
Completed in 5 milliseconds