// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php81-pecl-mongodb_1.18.1-1.el8
/
tests
[ PARENT ]
EDIT :: 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
CANCEL