We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11bf5cc commit 28c27cdCopy full SHA for 28c27cd
ext/posix/tests/posix_setrlimit.phpt
@@ -4,6 +4,8 @@ posix_setrlimit(): Basic tests
4
<?php
5
if (!extension_loaded('posix')) die('skip - POSIX extension not loaded');
6
if (!function_exists('posix_setrlimit')) die('skip posix_setrlimit() not found');
7
+// On FreeBSD the second call does not report an error, though the limit isn't changed either.
8
+if (str_contains(PHP_OS, 'FreeBSD')) die('skip different behavior on FreeBSD');
9
?>
10
--FILE--
11
0 commit comments