diff options
Diffstat (limited to 'ext/posix/tests/posix_getuid_error.phpt')
| -rw-r--r-- | ext/posix/tests/posix_getuid_error.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/posix/tests/posix_getuid_error.phpt b/ext/posix/tests/posix_getuid_error.phpt index 42a35512a0..a4f6272eed 100644 --- a/ext/posix/tests/posix_getuid_error.phpt +++ b/ext/posix/tests/posix_getuid_error.phpt @@ -1,15 +1,15 @@ --TEST-- Test posix_getuid() 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_getuid(void) - * Description: Get the current user id (POSIX.1, 4.2.1) + * Description: Get the current user id (POSIX.1, 4.2.1) * Source code: ext/posix/posix.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing posix_getuid() : error conditions ***\n"; |
