diff options
author | Gwynne Raskind <gwynne@php.net> | 2009-07-02 10:03:14 +0000 |
---|---|---|
committer | Gwynne Raskind <gwynne@php.net> | 2009-07-02 10:03:14 +0000 |
commit | bfad6f6cee72a4ad390a6ba94362593fb94df3a1 (patch) | |
tree | 0747d78d609dad6fc00a6a4cc4a717261eb0ac98 /ext/pcntl/tests | |
parent | b26cd6839ad9a8f159cc3cb79339851678aa774a (diff) | |
download | php-git-bfad6f6cee72a4ad390a6ba94362593fb94df3a1.tar.gz |
Don't use short tags in tests
Diffstat (limited to 'ext/pcntl/tests')
-rw-r--r-- | ext/pcntl/tests/bug47566.phpt | 2 |
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"; |