We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d783e00 + 485b486 commit 0be4d3aCopy full SHA for 0be4d3a
tests/bson/bson-encode-004.phpt
@@ -1,6 +1,7 @@
1
--TEST--
2
BSON encoding: Object Document Mapper
3
--SKIPIF--
4
+<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM encodes __pclass last"); ?>
5
<?php require __DIR__ . "/../utils/basic-skipif.inc"?>
6
--FILE--
7
<?php
tests/cursor/cursor-get_iterator-002.phpt
MongoDB\Driver\Cursor get_iterator handler does not yield multiple iterators (IteratorIterator)
+<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM cannot detect the *wrapping* of a Cursor"); ?>
<?php require __DIR__ . "/../utils/basic-skipif.inc"; CLEANUP(STANDALONE) ?>
0 commit comments