📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 11:02:09
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php85-pecl-dbase_7.1.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php85-pecl-dbase_7.1.1-1.el8/tests
🔄 Refresh
✏️
Editing: dbase_create_error_open_basedir.phpt
Read Only
--TEST-- dbase_create(): open_basedir restriction --SKIPIF-- <?php if (!extension_loaded('dbase')) die('skip dbase extension not available'); ?> --INI-- open_basedir=. --FILE-- <?php var_dump(dbase_create('../bad', array())); ?> ===DONE=== --EXPECTF-- Warning: dbase_create(): open_basedir restriction in effect. File(../bad) is not within the allowed path(s): (.) in %s on line %d bool(false) ===DONE===
💾 Save Changes
❌ Cancel