📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 12:35:02
📂
/
/
opt
/
alt
/
tests
/
alt-php82-pecl-mongodb_1.18.1-1.el8
/
tests
✏️
Editing: bug1053.phpt
--TEST-- PHPC-1053: MongoDB\BSON\UTCDateTime's constructor has argument defined as required --FILE-- <?php $reflection = new ReflectionMethod(MongoDB\BSON\UTCDateTime::class, '__construct'); var_dump($reflection->getParameters()[0]->isOptional()); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- bool(true) ===DONE===
💾 Save Changes
❌ Cancel