import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-strings / bug54332.php
blobf14d8323329906b10746739b9ca202069387b401
1 <?php
2 echo number_format(1e300, 2006, '', ' ') . "\n";
3 ?>