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/007.phpt |
--TEST-- Function call with global and static variables --FILE-- <?php error_reporting(0); $a = 10; function Test() { static $a=1; global $b; $c = 1; $b = 5; echo "$a $b "; $a++; $c++; echo "$a $c "; } Test(); echo "$a $b $c "; Test(); echo "$a $b $c "; Test(); ?> --EXPECT-- 1 5 2 2 10 5 2 5 3 2 10 5 3 5 4 2
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare