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 00dd786 + 5ef1a30 commit 5c8124dCopy full SHA for 5c8124d
ext/posix/tests/posix_errno_variation2.phpt
@@ -6,7 +6,8 @@ Francesco Fullone ff@ideato.it
6
#PHPTestFest Cesena Italia on 2009-06-20
7
--SKIPIF--
8
<?php
9
- if(!extension_loaded("posix")) print "skip - POSIX extension not loaded";
+if(!extension_loaded("posix")) print "skip posix extension not loaded";
10
+if(!extension_loaded("pcntl")) print "skip pcntl extension not loaded";
11
?>
12
--FILE--
13
0 commit comments