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/bug71756.phpt |
--TEST-- Bug #71756 (Call-by-reference widens scope to uninvolved functions when used in switch) --FILE-- <?php function a ($option) { b($option['bla']); c($option); var_dump($option); } function b (&$string) { $string = 'changed'; } function c ($option) { switch ($option['bla']) { case 'changed': $copy = $option; $copy['bla'] = 'copy'; break; } } a(array('bla' => 'false')); ?> --EXPECTF-- array(1) { ["bla"]=> string(7) "changed" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare