📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 15:48:00
📂
/ (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: 019-null-comparator.phpt
Read Only
--TEST-- leveldb - NULL comparator should not throw exception --DESCRIPTION-- NULL is the default value of comparator open options open with null shouldn't throw exception --SKIPIF-- <?php include 'skipif.inc'; ?> --FILE-- <?php $leveldb_path = dirname(__FILE__) . '/null-comparator.test-db'; $db = new LevelDB($leveldb_path, array('comparator' => NULL)); ?> Should no exception ==DONE== --CLEAN-- <?php $leveldb_path = dirname(__FILE__) . '/null-comparator.test-db'; LevelDB::destroy($leveldb_path); ?> --EXPECT-- Should no exception ==DONE==
💾 Save Changes
❌ Cancel