--TEST-- PHPC-1067: BSON document produces driver segfault with insert --FILE-- new MongoDB\BSON\ObjectID('111111111111111111111111'), '___________________________________' => new MongoDB\BSON\Regex('_______________________________________________________', 'i'), ]; $bulk = new MongoDB\Driver\BulkWrite; $bulk->insert($x); ?> ==DONE== --EXPECT-- ==DONE==