_php_math_round   421 ext/standard/math.c 			return_val = _php_math_round(return_val, (int)places, (int)mode);
_php_math_round  1305 ext/standard/math.c 	d = _php_math_round(d, dec, PHP_ROUND_HALF_UP);