Searched refs:posix_getrlimit (Results 1 – 5 of 5) sorted by relevance
2 posix_getrlimit(): Basic tests7 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');12 var_dump(posix_getrlimit());
2 posix_getrlimit() for single resource8 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);
436 function posix_getrlimit(?int $resource = null): array|false {} function
243 ZEND_FUNCTION(posix_getrlimit);317 ZEND_FE(posix_getrlimit, arginfo_posix_getrlimit)
1144 PHP_FUNCTION(posix_getrlimit) in PHP_FUNCTION() argument
Completed in 9 milliseconds