£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyʦ•ꎅȮFÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~芩ÊǍí`ÔÑ©ú뙵'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶êםӼ㞪éUWŸÈË%DÒÕ¬ï‘]/Åcx ‰ï2ß]ä6G[]S£Ôϯrs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ ¯¹ægƒÛowЍø^d™ý½ßB7áyMä9ÜÖUã !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --TEST-- MongoDB\Driver\BulkWriteCommand debug output before execution --FILE-- true], ['ordered' => false], ['bypassDocumentValidation' => true], ['bypassDocumentValidation' => false], ['comment' => ['foo' => 1]], ['let' => ['id' => 1, 'x' => 'foo']], ]; foreach ($tests as $options) { var_dump(new MongoDB\Driver\BulkWriteCommand($options)); } ?> ===DONE=== --EXPECTF-- object(MongoDB\Driver\BulkWriteCommand)#%d (%d) { ["bypassDocumentValidation"]=> NULL ["ordered"]=> bool(true) ["verboseResults"]=> bool(false) ["session"]=> NULL } object(MongoDB\Driver\BulkWriteCommand)#%d (%d) { ["bypassDocumentValidation"]=> NULL ["ordered"]=> bool(true) ["verboseResults"]=> bool(false) ["session"]=> NULL } object(MongoDB\Driver\BulkWriteCommand)#%d (%d) { ["bypassDocumentValidation"]=> NULL ["ordered"]=> bool(false) ["verboseResults"]=> bool(false) ["session"]=> NULL } object(MongoDB\Driver\BulkWriteCommand)#%d (%d) { ["bypassDocumentValidation"]=> bool(true) ["ordered"]=> bool(true) ["verboseResults"]=> bool(false) ["session"]=> NULL } object(MongoDB\Driver\BulkWriteCommand)#%d (%d) { ["bypassDocumentValidation"]=> bool(false) ["ordered"]=> bool(true) ["verboseResults"]=> bool(false) ["session"]=> NULL } object(MongoDB\Driver\BulkWriteCommand)#%d (%d) { ["bypassDocumentValidation"]=> NULL ["comment"]=> object(stdClass)#%d (1) { ["foo"]=> int(1) } ["ordered"]=> bool(true) ["verboseResults"]=> bool(false) ["session"]=> NULL } object(MongoDB\Driver\BulkWriteCommand)#%d (%d) { ["bypassDocumentValidation"]=> NULL ["let"]=> object(stdClass)#%d (2) { ["id"]=> int(1) ["x"]=> string(3) "foo" } ["ordered"]=> bool(true) ["verboseResults"]=> bool(false) ["session"]=> NULL } ===DONE===