summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/pcntl/tests/bug47566.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/tests/bug47566.phpt b/ext/pcntl/tests/bug47566.phpt
index 8a69e6bc73..6eb3dbc134 100644
--- a/ext/pcntl/tests/bug47566.phpt
+++ b/ext/pcntl/tests/bug47566.phpt
@@ -3,7 +3,7 @@ Bug #47566 (return value of pcntl_wexitstatus())
--SKIPIF--
<?php if (!extension_loaded("pcntl")) print "skip"; ?>
--FILE--
-<?
+<?php
$pid = pcntl_fork();
if ($pid == -1) {
echo "Unable to fork";