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/bug60598.phpt |
--TEST-- Bug #60598 (cli/apache sapi segfault on objects manipulation) --FILE-- <?php define('OBJECT_COUNT', 10000); $containers = array(); class Object { protected $_guid = 0; public function __construct() { global $containers; $this->guid = 1; $containers[spl_object_hash($this)] = $this; } public function __destruct() { global $containers; $containers[spl_object_hash($this)] = NULL; } } for ($i = 0; $i < OBJECT_COUNT; ++$i) { new Object(); } // You probably won't see this because of the "zend_mm_heap corrupted" ?> If you see this, try to increase OBJECT_COUNT to 100,000 --EXPECT-- If you see this, try to increase OBJECT_COUNT to 100,000
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare