/
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/bug26973.phpt
--TEST-- Bug #26973 (*printf() '+' modifier problem) --FILE-- <?php printf("%+05d\n", 200); printf("%+05d\n", -200); printf("%+05f\n", 200); printf("%+05f\n", -200); printf("%+05u\n", 200); printf("%+05u\n", -200); echo "---\n"; printf("%05d\n", 200); printf("%05d\n", -200); printf("%05f\n", 200); printf("%05f\n", -200); printf("%05u\n", 200); printf("%05u\n", -200); ?> --EXPECTREGEX-- \+0200 \-0200 \+200\.000000 \-200\.000000 00200 (4294967096|18446744073709551416) --- 00200 \-0200 200\.000000 \-200\.000000 00200 (4294967096|18446744073709551416)
Copyright ©2k19 -
Hexid
|
Tex7ure