Viewing File: /opt/alt/tests/alt-php84-pecl-mongodb_1.20.0-2.el8/tests/bson-utcdatetime-004.phpt
--TEST--
MongoDB\BSON\UTCDateTime constructor defaults to current time
--FILE--
<?php
$tests = [
new MongoDB\BSON\UTCDateTime,
new MongoDB\BSON\UTCDateTime(null),
];
foreach ($tests as $test) {
var_dump($test);
}
?>
===DONE===
<?php exit(0); ?>
--EXPECTF--
object(MongoDB\BSON\UTCDateTime)#%d (%d) {
["milliseconds"]=>
string(13) "%d"
}
object(MongoDB\BSON\UTCDateTime)#%d (%d) {
["milliseconds"]=>
string(13) "%d"
}
===DONE===
Back to Directory
File Manager
<