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/Zend/tests/ |
Current File : //proc/self/root/usr/local/src/php72/php-7.2.12/php-7.2.12/Zend/tests/bug72508.phpt |
--TEST-- Bug #72508 (strange references after recursive function call and "switch" statement) --FILE-- <?php function a ($option) { b($option['bla']); c($option); var_dump($option); } function b (&$string) { $string = 'changed'; } function c ($option) { switch ($option['bla']) { default: $copy = $option; $copy['bla'] = 'copy'; break; } } a(array('bla' => 'fasel')); ?> --EXPECT-- array(1) { ["bla"]=> string(7) "changed" }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare