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.
1 parent 23d98a8 commit fb6044aCopy full SHA for fb6044a
tests/functional/phpinfo-1.phpt
@@ -1,6 +1,7 @@
1
--TEST--
2
phpinfo()
3
--SKIPIF--
4
+<?php if (defined("HHVM_VERSION_ID")) exit("skip HHVM does not do phpinfo() this way"); ?>
5
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
6
--FILE--
7
<?php
tests/functional/phpinfo-2.phpt
@@ -3,6 +3,7 @@ phpinfo()
--INI--
mongodb.debug=stderr
8
9
0 commit comments