summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug29538.phpt
blob: 6af25fb89a6cce36a82ee7d8d9845fe8dc7b06dd (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Bug #29538 (number_format and problem with 0)
--FILE--
<?php
	echo number_format(0.25, 2, '', ''), "\n";
	echo number_format(1234, 2, '', ',');
?>
--EXPECT--
025
1,23400