📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:43:17
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-mongodb_1.20.0-2.el8
/
tests
✏️
Editing: exception-001.phpt
--TEST-- MongoDB\Driver\Exception\Exception extends Throwable --SKIPIF-- <?php if (!interface_exists('Throwable')) { die('skip Throwable is not available'); } ?> --FILE-- <?php var_dump(in_array('Throwable', class_implements('MongoDB\Driver\Exception\Exception'))); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- bool(true) ===DONE===
💾 Save Changes
❌ Cancel