📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-07-12 03:45:29
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-mongodb_1.18.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-mongodb_1.18.1-1.el8/tests
🔄 Refresh
✏️
Editing: bson-enum_error-001.phpt
Read Only
--TEST-- Enum cannot implement Unserializable --SKIPIF-- <?php require __DIR__ . "/../utils/basic-skipif.inc"; ?> <?php skip_if_php_version('<', '8.1.0'); ?> --FILE-- <?php enum MyEnum implements MongoDB\BSON\Unserializable { case A; public function bsonUnserialize(array $data): void {} } ?> ===DONE=== <?php exit(0); ?> --EXPECTF-- Fatal error: Enum class MyEnum cannot implement interface MongoDB\BSON\Unserializable in %s on line %d
💾 Save Changes
❌ Cancel