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/spl/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/spl/tests/bug54323.phpt |
--TEST-- Bug #54323 (Accessing unset()'ed ArrayObject's property causes crash) --FILE-- <?php class C { public $prop = 'C::prop.orig'; } class MyArrayObject extends ArrayObject { } $c = new C; $ao = new MyArrayObject($c); testAccess($c, $ao); function testAccess($c, $ao) { foreach ($ao as $key=>$value) { } unset($ao['prop']); var_dump($c->prop, $ao['prop']); } --EXPECTF-- Notice: Undefined property: C::$prop in %sbug54323.php on line 14 Notice: Undefined index: prop in %sbug54323.php on line 14 NULL NULL
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare