summaryrefslogtreecommitdiff
path: root/Zend/tests/bug43053.phpt
blob: 646aa97d0b39b22f7aec785ef1e6044e65a24ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
Bug #43053 (Regression: some numbers shown in scientific notation)
--FILE--
<?php
echo 1200000.00."\n";
echo 1300000.00."\n";
echo 1400000.00."\n";
echo 1500000.00."\n";
?>
--EXPECT--
1200000
1300000
1400000
1500000