diff options
Diffstat (limited to 'ext/posix/tests/posix_getrlimit.phpt')
-rw-r--r-- | ext/posix/tests/posix_getrlimit.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/tests/posix_getrlimit.phpt b/ext/posix/tests/posix_getrlimit.phpt index 61da64a938..8cfc7575a4 100644 --- a/ext/posix/tests/posix_getrlimit.phpt +++ b/ext/posix/tests/posix_getrlimit.phpt @@ -2,7 +2,7 @@ posix_getrlimit(): Basic tests --SKIPIF-- <?php -if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); +if (!extension_loaded('posix')) die('skip - POSIX extension not loaded'); if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found'); ?> --FILE-- |