summaryrefslogtreecommitdiff
path: root/ext/posix/tests/posix_initgroups.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/posix/tests/posix_initgroups.phpt')
-rw-r--r--ext/posix/tests/posix_initgroups.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/tests/posix_initgroups.phpt b/ext/posix/tests/posix_initgroups.phpt
index c77acfe3a4..5800c594d7 100644
--- a/ext/posix/tests/posix_initgroups.phpt
+++ b/ext/posix/tests/posix_initgroups.phpt
@@ -8,7 +8,7 @@ if (!function_exists('posix_initgroups')) die('skip posix_initgroups() not found
--FILE--
<?php
-var_dump(posix_initgroups(NULL, NULL));
+var_dump(posix_initgroups('', 0));
?>
--EXPECT--