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/ext/standard/tests/array/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/array/bug43505.phpt |
--TEST-- Bug #43505 (Assign by reference bug) --INI-- error_reporting=0 --SKIPIF-- <?php if (!extension_loaded('spl')) die("skip SPL is not available"); ?> --FILE-- <?php class Test implements Countable { public function count() { return $some; } } $obj = new Test(); $a = array(); $b =& $a['test']; var_dump($a); $t = count($obj); $a = array(); $b =& $a['test']; var_dump($a); ?> --EXPECT-- array(1) { ["test"]=> &NULL } array(1) { ["test"]=> &NULL }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare