Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-7.0
/
share
/
test
/
mongodb
/
tests
/
bulk
/
//opt/php-7.0/share/test/mongodb/tests/bulk/bulkwrite-countable-001.phpt
--TEST-- MongoDB\Driver\BulkWrite implements Countable --SKIPIF-- <?php require __DIR__ . "/../utils/basic-skipif.inc"; ?> --FILE-- <?php require_once __DIR__ . "/../utils/basic.inc"; $bulk = new MongoDB\Driver\BulkWrite; var_dump($bulk instanceof Countable); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- bool(true) ===DONE===