Searched refs:posix_getrlimit (Results 1 – 5 of 5) sorted by relevance
2 posix_getrlimit(): Basic tests6 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');10 echo "Basic test of POSIX posix_getrlimit function\n";11 var_dump(posix_getrlimit());16 Basic test of POSIX posix_getrlimit function
2 posix_getrlimit(): Basic tests6 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');11 var_dump(posix_getrlimit());
91 function posix_getrlimit(): array|false {} function
215 ZEND_FUNCTION(posix_getrlimit);280 ZEND_FE(posix_getrlimit, arginfo_posix_getrlimit)
1115 PHP_FUNCTION(posix_getrlimit) in PHP_FUNCTION() argument
Completed in 9 milliseconds