summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_getsid_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/tests/posix_getsid_error.phpt')
-rw-r--r--ext/posix/tests/posix_getsid_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/posix/tests/posix_getsid_error.phpt b/ext/posix/tests/posix_getsid_error.phpt
index 9d2a259624..696595bfde 100644
--- a/ext/posix/tests/posix_getsid_error.phpt
+++ b/ext/posix/tests/posix_getsid_error.phpt
@@ -1,14 +1,14 @@
--TEST--
-Test posix_getsid() function : error conditions
+Test posix_getsid() function : error conditions
--DESCRIPTION--
cases: no params, wrong param, wrong param range
--CREDITS--
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--