📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 15:18:16
📂
/
/
opt
/
alt
/
tests
/
alt-php81-pecl-leveldb_0.3.0-1.el8
/
tests
✏️
Editing: 003-openbasedir.phpt
--TEST-- leveldb - open base dir --INI-- open_basedir=. --SKIPIF-- <?php include 'skipif.inc'; ?> --FILE-- <?php $cwd = getcwd(); $path = $cwd . '/../leveldb_openbasedir.test-db'; $db = new LevelDB($path); LevelDB::destroy($path); LevelDB::repair($path); ?> --EXPECTF-- Warning: LevelDB::__construct(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in %s on line %d Warning: LevelDB::destroy(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in %s on line %d Warning: LevelDB::repair(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in %s on line %d
💾 Save Changes
❌ Cancel