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/bug31177.phpt |
--TEST-- Bug #31177 (Memory leak) --FILE-- <?php class DbGow { public function query() { throw new Exception; } public function select() { return new DbGowRecordSet($this->query()); } public function select2() { new DbGowRecordSet($this->query()); } } class DbGowRecordSet { public function __construct($resource) { } } $db = new DbGow; try { $rs = $db->select(); } catch(Exception $e) { echo "ok\n"; } try { $db->select2(); } catch(Exception $e) { echo "ok\n"; } ?> --EXPECT-- ok ok
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare