b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/
File Upload :
Current File : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/bug00923.inc

<?php
$connection = new MongoClient();
$collection = $connection->phpunit->test;
$collection->drop();

$collection->batchInsert(array(
    array( 'a' => 'b'),
    array( 'a' => 'b'),
));

$cursor = $collection->find();
$collection->drop();
?>

Copyright © 2019 by b0y-101