Searched refs:posix_setrlimit (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/posix/tests/ |
H A D | posix_setrlimit.phpt | 2 posix_setrlimit(): Basic tests 6 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));
|
/PHP-8.0/ext/standard/tests/streams/ |
H A D | gh9590-001.phpt | 5 if (!function_exists('posix_setrlimit') || !posix_setrlimit(POSIX_RLIMIT_NOFILE, 2048, -1)) { 12 posix_setrlimit(POSIX_RLIMIT_NOFILE, 2048, -1);
|
H A D | gh9590-002.phpt | 5 if (!function_exists('posix_setrlimit') || !posix_setrlimit(POSIX_RLIMIT_NOFILE, 2048, -1)) { 12 posix_setrlimit(POSIX_RLIMIT_NOFILE, 2048, -1);
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | gh9590.phpt | 18 if (!function_exists('posix_setrlimit') || !posix_setrlimit(POSIX_RLIMIT_NOFILE, 2048, -1)) 23 posix_setrlimit(POSIX_RLIMIT_NOFILE, 2048, -1);
|
/PHP-8.0/Zend/tests/ |
H A D | arginfo_zpp_mismatch.inc | 27 || $function === 'posix_setrlimit'
|
/PHP-8.0/ext/posix/ |
H A D | posix.stub.php | 95 function posix_setrlimit(int $resource, int $soft_limit, int $hard_limit): bool {} function
|
H A D | posix_arginfo.h | 218 ZEND_FUNCTION(posix_setrlimit); 283 ZEND_FE(posix_setrlimit, arginfo_posix_setrlimit)
|
H A D | posix.c | 1136 PHP_FUNCTION(posix_setrlimit) in PHP_FUNCTION() argument
|
Completed in 11 milliseconds