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 1
1
--TEST--
2
2
BSON encoding: Encoding objects into BSON representation
3
3
--SKIPIF--
4
+ <?php if (defined ("HHVM_VERSION_ID " )) exit ("skip HHVM encodes __pclass last " ); ?>
4
5
<?php require __DIR__ . "/../utils/basic-skipif.inc " ?>
5
6
--FILE--
6
7
<?php
Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
BSON\fromPHP(): Null type map values imply default behavior
3
3
--SKIPIF--
4
+ <?php if (defined ("HHVM_VERSION_ID " )) exit ("skip HHVM encodes __pclass last " ); ?>
4
5
<?php require __DIR__ . "/../utils/basic-skipif.inc " ?>
5
6
--FILE--
6
7
<?php
Original file line number Diff line number Diff line change 1
1
--TEST--
2
2
phpinfo()
3
3
--SKIPIF--
4
+ <?php if (defined ("HHVM_VERSION_ID " )) exit ("skip HHVM does not do phpinfo() this way " ); ?>
4
5
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
5
6
--FILE--
6
7
<?php
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ phpinfo()
3
3
--INI--
4
4
mongodb.debug=stderr
5
5
--SKIPIF--
6
+ <?php if (defined ("HHVM_VERSION_ID " )) exit ("skip HHVM does not do phpinfo() this way " ); ?>
6
7
<?php require __DIR__ . "/../utils/basic-skipif.inc " ; ?>
7
8
--FILE--
8
9
<?php
You can’t perform that action at this time.
0 commit comments