Viewing File: /opt/alt/tests/alt-php80-pecl-mongodb_1.18.1-1.el8/tests/bug1067.phpt
--TEST--
PHPC-1067: BSON document produces driver segfault with insert
--FILE--
<?php
$x = [
'_______' => new MongoDB\BSON\ObjectID('111111111111111111111111'),
'___________________________________' => new MongoDB\BSON\Regex('_______________________________________________________', 'i'),
];
$bulk = new MongoDB\Driver\BulkWrite;
$bulk->insert($x);
?>
==DONE==
<?php exit(0); ?>
--EXPECT--
==DONE==
Back to Directory
File Manager
<