summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_initgroups_basic.phpt
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-14 17:23:43 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-14 19:44:14 +0200
commit17ccbeec3242b80f84fbf6b3acd58421ef003b02 (patch)
tree8fed8d7515c6603fd4a50eb0f8177883bc6da336 /ext/posix/tests/posix_initgroups_basic.phpt
parentcc7215f48f66982f0b7799c47d8fa4c09a32a3c7 (diff)
downloadphp-git-17ccbeec3242b80f84fbf6b3acd58421ef003b02.tar.gz
Trim trailing whitespace in *.phpt
Diffstat (limited to 'ext/posix/tests/posix_initgroups_basic.phpt')
-rw-r--r--ext/posix/tests/posix_initgroups_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/posix/tests/posix_initgroups_basic.phpt b/ext/posix/tests/posix_initgroups_basic.phpt
index afed610335..5799f3c722 100644
--- a/ext/posix/tests/posix_initgroups_basic.phpt
+++ b/ext/posix/tests/posix_initgroups_basic.phpt
@@ -2,12 +2,12 @@
posix_initgroups(): 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_initgroups')) die('skip posix_initgroups() not found');
?>
--FILE--
<?php
-echo "Basic test of POSIX posix_initgroups function\n";
+echo "Basic test of POSIX posix_initgroups function\n";
var_dump(posix_initgroups('foo', 'bar'));
var_dump(posix_initgroups(NULL, NULL));