Searched refs:posix_setrlimit (Results 1 – 3 of 3) sorted by relevance
2 posix_setrlimit(): Basic tests6 if (!function_exists('posix_setrlimit')) die('skip posix_setrlimit() not found');11 var_dump(posix_setrlimit(POSIX_RLIMIT_NOFILE, 128, 128));12 var_dump(posix_setrlimit(POSIX_RLIMIT_NOFILE, 129, 128));
117 PHP_FUNCTION(posix_setrlimit);
308 PHP_FE(posix_setrlimit, arginfo_posix_setrlimit)1402 PHP_FUNCTION(posix_setrlimit) in PHP_FUNCTION() argument
Completed in 9 milliseconds