Skip to content

Commit fb6044a

Browse files
committed
phpinfo() behaves totally different in HHVM
1 parent 23d98a8 commit fb6044a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/functional/phpinfo-1.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
--TEST--
22
phpinfo()
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

tests/functional/phpinfo-2.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ phpinfo()
33
--INI--
44
mongodb.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

0 commit comments

Comments
 (0)