Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/ext/standard/tests/strings/ |
Current File : //usr/local/src/php7/php-7.0.5/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)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare