Home
last modified time | relevance | path

Searched refs:posix_getrlimit (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/posix/tests/
H A Dposix_getrlimit.phpt2 posix_getrlimit(): Basic tests
7 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
12 var_dump(posix_getrlimit());
H A Dposix_getrlimit_single_resource.phpt2 posix_getrlimit() for single resource
8 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
17 [$hard, $soft] = posix_getrlimit(POSIX_RLIMIT_CORE);
21 [$hard, $soft] = posix_getrlimit(POSIX_RLIMIT_CORE);
/PHP-8.3/ext/posix/
H A Dposix.stub.php415 function posix_getrlimit(?int $resource = null): array|false {} function
H A Dposix_arginfo.h244 ZEND_FUNCTION(posix_getrlimit);
319 ZEND_FE(posix_getrlimit, arginfo_posix_getrlimit)
H A Dposix.c1144 PHP_FUNCTION(posix_getrlimit) in PHP_FUNCTION() argument
/PHP-8.3/
H A DUPGRADING154 . posix_getrlimit() now takes an optional $res parameter to allow fetching a

Completed in 16 milliseconds