Home
last modified time | relevance | path

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

/PHP-8.0/ext/posix/tests/
H A Dposix_getrlimit_basic.phpt2 posix_getrlimit(): Basic tests
6 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
H A Dposix_getrlimit.phpt2 posix_getrlimit(): Basic tests
6 if (!function_exists('posix_getrlimit')) die('skip posix_getrlimit() not found');
11 var_dump(posix_getrlimit());
/PHP-8.0/ext/posix/
H A Dposix.stub.php91 function posix_getrlimit(): array|false {} function
H A Dposix_arginfo.h215 ZEND_FUNCTION(posix_getrlimit);
280 ZEND_FE(posix_getrlimit, arginfo_posix_getrlimit)
H A Dposix.c1115 PHP_FUNCTION(posix_getrlimit) in PHP_FUNCTION() argument

Completed in 11 milliseconds