Searched refs:new_scale (Results 1 – 1 of 1) sorted by relevance
620 zend_long old_scale, new_scale; in PHP_FUNCTION() local625 Z_PARAM_LONG_OR_NULL(new_scale, new_scale_is_null) in PHP_FUNCTION()631 if (new_scale < 0 || new_scale > INT_MAX) { in PHP_FUNCTION()637 zend_string *new_scale_str = zend_long_to_str(new_scale); in PHP_FUNCTION()
Completed in 5 milliseconds