Viewing File: /opt/alt/tests/alt-php84-pecl-mongodb_1.20.0-2.el8/tests/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===
Back to Directory File Manager
<