diff options
Diffstat (limited to 'ext/posix/tests/posix_getpgrp_error.phpt')
| -rw-r--r-- | ext/posix/tests/posix_getpgrp_error.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/posix/tests/posix_getpgrp_error.phpt b/ext/posix/tests/posix_getpgrp_error.phpt index 97f47ce8ca..0229270b63 100644 --- a/ext/posix/tests/posix_getpgrp_error.phpt +++ b/ext/posix/tests/posix_getpgrp_error.phpt @@ -1,15 +1,15 @@ --TEST-- Test posix_getpgrp() function : error conditions --SKIPIF-- -<?php - if(!extension_loaded("posix")) print "skip - POSIX extension not loaded"; +<?php + if(!extension_loaded("posix")) print "skip - POSIX extension not loaded"; ?> --FILE-- <?php /* Prototype : proto int posix_getpgrp(void) - * Description: Get current process group id (POSIX.1, 4.3.1) + * Description: Get current process group id (POSIX.1, 4.3.1) * Source code: ext/posix/posix.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing posix_getpgrp() : error conditions ***\n"; |
