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/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/static_variable.phpt |
--TEST-- Static Variable Expressions --FILE-- <?php const bar = 2, baz = bar + 1; function foo() { static $a = 1 + 1; static $b = [bar => 1 + 1, baz * 2 => 1 << 2]; static $c = [1 => bar, 3 => baz]; var_dump($a, $b, $c); } foo(); ?> --EXPECT-- int(2) array(2) { [2]=> int(2) [6]=> int(4) } array(2) { [1]=> int(2) [3]=> int(3) }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare