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 : /proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/lang/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/tests/lang/033.phpt |
--TEST-- Alternative syntaxes test --FILE-- <?php $a = 1; echo "If: "; if ($a) echo 1; else echo 0; if ($a): echo 1; else: echo 0; endif; echo "\nWhile: "; while ($a<5) echo $a++; while ($a<9): echo ++$a; endwhile; echo "\nFor: "; for($a=0;$a<5;$a++) echo $a; for($a=0;$a<5;$a++): echo $a; endfor; echo "\nSwitch: "; switch ($a): case 0; echo 0; break; case 5: echo 1; break; default; echo 0; break; endswitch; ?> ===DONE=== --EXPECT-- If: 11 While: 12346789 For: 0123401234 Switch: 1 ===DONE===
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare