diff options
Diffstat (limited to 'ext/posix/tests/posix_strerror_error.phpt')
| -rw-r--r-- | ext/posix/tests/posix_strerror_error.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/posix/tests/posix_strerror_error.phpt b/ext/posix/tests/posix_strerror_error.phpt index 3803f465b2..3007f976c6 100644 --- a/ext/posix/tests/posix_strerror_error.phpt +++ b/ext/posix/tests/posix_strerror_error.phpt @@ -1,15 +1,15 @@ --TEST-- -Test posix_strerror() function : error conditions +Test posix_strerror() 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 string posix_strerror(int errno) - * Description: Retrieve the system error message associated with the given errno. + * Description: Retrieve the system error message associated with the given errno. * Source code: ext/posix/posix.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing posix_strerror() : error conditions ***\n"; |
