-=[ Mr. Bumblebee ]=-
_Indonesia_

Path : /usr/src/php/ext/standard/tests/strings/
File Upload :
Current File : //usr/src/php/ext/standard/tests/strings/bug22207.phpt

--TEST--
Bug #22207 (missing 0 when using the e notation in *printf functions)
--FILE--
<?php
	printf("%10.5e\n", 1.1); 
	var_dump(sprintf("%10.5e\n", 1.1));
?>
--EXPECT--
1.10000e+0
string(11) "1.10000e+0
"

Copyright © 2017 || Recoded By Mr.Bumblebee