File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 11--TEST--
22BSON encoding: Encoding objects into BSON representation
33--SKIPIF--
4+ <?php if (defined ("HHVM_VERSION_ID " )) exit ("skip HHVM encodes __pclass last " ); ?>
45<?php require __DIR__ . "/../utils/basic-skipif.inc " ?>
56--FILE--
67<?php
Original file line number Diff line number Diff line change 11--TEST--
22BSON\fromPHP(): Null type map values imply default behavior
33--SKIPIF--
4+ <?php if (defined ("HHVM_VERSION_ID " )) exit ("skip HHVM encodes __pclass last " ); ?>
45<?php require __DIR__ . "/../utils/basic-skipif.inc " ?>
56--FILE--
67<?php
Original file line number Diff line number Diff line change 11--TEST--
22phpinfo()
33--SKIPIF--
4+ <?php if (defined ("HHVM_VERSION_ID " )) exit ("skip HHVM does not do phpinfo() this way " ); ?>
45<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
56--FILE--
67<?php
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ phpinfo()
33--INI--
44mongodb.debug=stderr
55--SKIPIF--
6+ <?php if (defined ("HHVM_VERSION_ID " )) exit ("skip HHVM does not do phpinfo() this way " ); ?>
67<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
78--FILE--
89<?php
You can’t perform that action at this time.
0 commit comments