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/bug69201.phpt |
--TEST-- Bug #69201 (Memory leak using iterator and get by reference on PHP 7) --FILE-- <?php class Entity { protected $_properties = []; public function &__get($property) { $value = null; return $value; } public function __set($property, $value) { } } $e = new Entity; $e->a += 1; echo "okey"; ?> --EXPECT-- okey
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare