_php_math_number_format_ex 1284 ext/standard/math.c 	return _php_math_number_format_ex(d, dec, &dec_point, 1, &thousand_sep, 1);
_php_math_number_format_ex 1442 ext/standard/math.c 		RETVAL_STR(_php_math_number_format_ex(num, (int)dec,
_php_math_number_format_ex   26 ext/standard/php_math.h PHPAPI zend_string *_php_math_number_format_ex(double, int, char *, size_t, char *, size_t);