-=[ Mr. Bumblebee ]=-
_Indonesia_

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

--TEST--
Bug #28633 (sprintf incorrectly adding padding to floats)
--FILE--
<?php
	echo sprintf("%05.2f", 0.02) . "\n";
	echo sprintf("%05.2f", 2.02) . "\n";
?>
--EXPECT--
00.02
02.02

Copyright © 2017 || Recoded By Mr.Bumblebee