diff options
Diffstat (limited to 'ext/posix/tests/posix_setrlimit.phpt')
-rw-r--r-- | ext/posix/tests/posix_setrlimit.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/posix/tests/posix_setrlimit.phpt b/ext/posix/tests/posix_setrlimit.phpt index 4806fcfb4d..818ac73b9e 100644 --- a/ext/posix/tests/posix_setrlimit.phpt +++ b/ext/posix/tests/posix_setrlimit.phpt @@ -12,7 +12,7 @@ var_dump(posix_setrlimit(POSIX_RLIMIT_NOFILE, 128, 128)); var_dump(posix_setrlimit(POSIX_RLIMIT_NOFILE, 129, 128)); ?> ---EXPECTF-- +--EXPECT-- bool(true) bool(false) |