diff options
Diffstat (limited to 'ext/posix/tests/posix_initgroups.phpt')
| -rw-r--r-- | ext/posix/tests/posix_initgroups.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/tests/posix_initgroups.phpt b/ext/posix/tests/posix_initgroups.phpt index 60121e845d..e7db4a6794 100644 --- a/ext/posix/tests/posix_initgroups.phpt +++ b/ext/posix/tests/posix_initgroups.phpt @@ -13,6 +13,6 @@ var_dump(posix_initgroups(NULL, NULL)); ?> --EXPECTF-- -Warning: posix_initgroups() expects parameter 2 to be long, string given in %s on line %d +Warning: posix_initgroups() expects parameter 2 to be integer, string given in %s on line %d bool(false) bool(false) |
