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.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/tests/pcntl_fork_basic.phpt b/ext/pcntl/tests/pcntl_fork_basic.phpt
index b1e2a9bf68..59931df850 100644
--- a/ext/pcntl/tests/pcntl_fork_basic.phpt
+++ b/ext/pcntl/tests/pcntl_fork_basic.phpt
@@ -15,7 +15,7 @@ echo "*** Test by calling method or function with its expected arguments, first
$pid = pcntl_fork();
if ($pid > 0) {
- pcntl_wait($status);
+ pcntl_wait($status);
var_dump($pid);
} else {
var_dump($pid);