import zend standard tests
[hiphop-php.git] / hphp / test / zend / good / ext-standard-strings / bug22207.php
blobe4bc9cd7176140f2a1e8b9af468ce252f3745c24
1 <?php
2 printf("%10.5e\n", 1.1);
3 var_dump(sprintf("%10.5e\n", 1.1));
4 ?>