/
proc
/
self
/
root
/
usr
/
local
/
lsws
/
phpbuild
/
php-8.0.7
/
ext
/
standard
/
tests
/
strings
/
File Upload :
llllll
Current File: //proc/self/root/usr/local/lsws/phpbuild/php-8.0.7/ext/standard/tests/strings/bug36392.phpt
--TEST-- Bug #36392 (wrong number of decimal digits with %e specifier in sprintf) --FILE-- <?php echo sprintf("%e\n", 1.123456789); echo sprintf("%.10e\n", 1.123456789); echo sprintf("%.0e\n", 1.123456789); echo sprintf("%.1e\n", 1.123456789); echo sprintf("%5.1e\n", 1.123456789); ?> --EXPECT-- 1.123457e+0 1.1234567890e+0 1e+0 1.1e+0 1.1e+0
Copyright ©2k19 -
Hexid
|
Tex7ure