📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 15:46:49
📂
/ (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: 020-null-snapshot.phpt
Read Only
--TEST-- leveldb - NULL snapshot should not throw exception --SKIPIF-- <?php include 'skipif.inc'; ?> --FILE-- <?php $leveldb_path = dirname(__FILE__) . '/null-snapshot.test-db'; $db = new LevelDB($leveldb_path); var_dump($db->get("key", array('snapshot' => NULL))); ?> Should no exception ==DONE== --CLEAN-- <?php $leveldb_path = dirname(__FILE__) . '/null-snapshot.test-db'; LevelDB::destroy($leveldb_path); ?> --EXPECT-- bool(false) Should no exception ==DONE==
💾 Save Changes
❌ Cancel