Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/posix/
H A Dphp_posix.h110 PHP_FUNCTION(posix_getrlimit);
H A Dposix.c298 PHP_FE(posix_getrlimit, arginfo_posix_getrlimit)
1422 PHP_FUNCTION(posix_getrlimit) in PHP_FUNCTION() argument

Completed in 10 milliseconds