diff options
Diffstat (limited to 'ext/posix/tests/posix_getsid.phpt')
-rw-r--r-- | ext/posix/tests/posix_getsid.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/posix/tests/posix_getsid.phpt b/ext/posix/tests/posix_getsid.phpt index 1f57690d23..6f707d067f 100644 --- a/ext/posix/tests/posix_getsid.phpt +++ b/ext/posix/tests/posix_getsid.phpt @@ -1,14 +1,14 @@ --TEST-- Test posix_getsid() function test --DESCRIPTION-- -Get the current session id of a process pid (POSIX.1, 4.2.1) +Get the current session id of a process pid (POSIX.1, 4.2.1) Source code: ext/posix/posix.c --CREDITS-- Moritz Neuhaeuser, info@xcompile.net PHP Testfest Berlin 2009-05-10 --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 |