diff options
Diffstat (limited to 'ext/pcntl/tests/pcntl_get_last_error.phpt')
| -rw-r--r-- | ext/pcntl/tests/pcntl_get_last_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcntl/tests/pcntl_get_last_error.phpt b/ext/pcntl/tests/pcntl_get_last_error.phpt index 4ed66c9610..f1a517051c 100644 --- a/ext/pcntl/tests/pcntl_get_last_error.phpt +++ b/ext/pcntl/tests/pcntl_get_last_error.phpt @@ -2,10 +2,10 @@ Test pcntl_get_last_error() --SKIPIF-- <?php - if (!extension_loaded("pcntl")) print "skip"; + if (!extension_loaded("pcntl")) print "skip"; ?> --FILE-- -<?php +<?php var_dump(pcntl_get_last_error()); $pid = pcntl_wait($status); var_dump($pid); |
