📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 15:48:25
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-leveldb_0.3.0-1.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-leveldb_0.3.0-1.el8/tests
🔄 Refresh
✏️
Editing: 015-double-iterator.phpt
Read Only
--TEST-- leveldb - Fixed bug segfault when double construct iterator --SKIPIF-- <?php include 'skipif.inc'; ?> --FILE-- <?php $leveldb_path = dirname(__FILE__) . '/leveldb_iterator_double_construct.test-db'; $db = new LevelDB($leveldb_path); $it1 = new LevelDBIterator($db); $it2 = new LevelDBIterator($db); $it1->destroy(); $it2->destroy(); ?> ==DONE== --CLEAN-- <?php $leveldb_path = dirname(__FILE__) . '/leveldb_iterator_double_construct.test-db'; LevelDB::destroy($leveldb_path); ?> --EXPECTF-- ==DONE==
💾 Save Changes
❌ Cancel