diff options
Diffstat (limited to 'ext/posix/tests/posix_getpgrp_basic.phpt')
| -rw-r--r-- | ext/posix/tests/posix_getpgrp_basic.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/posix/tests/posix_getpgrp_basic.phpt b/ext/posix/tests/posix_getpgrp_basic.phpt index a737019a2f..185bbbefca 100644 --- a/ext/posix/tests/posix_getpgrp_basic.phpt +++ b/ext/posix/tests/posix_getpgrp_basic.phpt @@ -2,15 +2,15 @@ Test posix_getpgrp() function : basic functionality --SKIPIF-- <?php - if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); + if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); ?> --FILE-- <?php - echo "Basic test of POSIX getpgrp function\n"; + echo "Basic test of POSIX getpgrp function\n"; $pgrp = posix_getpgrp(); - var_dump($pgrp); + var_dump($pgrp); ?> ===DONE==== |
