diff options
Diffstat (limited to 'ext/posix/tests/posix_getsid_error.phpt')
| -rw-r--r-- | ext/posix/tests/posix_getsid_error.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/posix/tests/posix_getsid_error.phpt b/ext/posix/tests/posix_getsid_error.phpt index cb9d384153..148b09470b 100644 --- a/ext/posix/tests/posix_getsid_error.phpt +++ b/ext/posix/tests/posix_getsid_error.phpt @@ -6,9 +6,9 @@ cases: no params, wrong param, wrong param range Moritz Neuhaeuser, info@xcompile.net PHP Testfest Berlin 2009-05-10 --SKIPIF-- -<?php +<?php if(!extension_loaded("posix")) { - die("SKIP - POSIX extension not loaded"); + die("SKIP - POSIX extension not loaded"); } ?> --FILE-- |
