1--TEST-- 2Bug #43053 (Regression: some numbers shown in scientific notation) 3--FILE-- 4<?php 5echo 1200000.00."\n"; 6echo 1300000.00."\n"; 7echo 1400000.00."\n"; 8echo 1500000.00."\n"; 9?> 10--EXPECT-- 111200000 121300000 131400000 141500000 15