summaryrefslogtreecommitdiff
path: root/ext/pcntl/tests/pcntl_fork_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pcntl/tests/pcntl_fork_basic.phpt')
-rw-r--r--ext/pcntl/tests/pcntl_fork_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcntl/tests/pcntl_fork_basic.phpt b/ext/pcntl/tests/pcntl_fork_basic.phpt
index 3509e14a7f..41c9e4d5ae 100644
--- a/ext/pcntl/tests/pcntl_fork_basic.phpt
+++ b/ext/pcntl/tests/pcntl_fork_basic.phpt
@@ -6,8 +6,8 @@ Francesco Fullone ff@ideato.it
#PHPTestFest Cesena Italia on 2009-06-20
--SKIPIF--
<?php
- if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
- elseif (!extension_loaded('posix')) die('skip posix extension not available');
+ if (!extension_loaded('pcntl')) die('skip pcntl extension not available');
+ elseif (!extension_loaded('posix')) die('skip posix extension not available');
?>
--FILE--
<?php