Home
last modified time | relevance | path

Searched refs:pcntl_getpriority (Results 1 – 6 of 6) sorted by relevance

/PHP-8.2/ext/pcntl/tests/
H A Dpcntl_getpriority_error_darwin.phpt2 pcntl_getpriority() - Wrong mode passed and also for non existing process id provided
11 if (!function_exists('pcntl_getpriority')) {
12 die('skip pcntl_getpriority doesn\'t exist');
24 pcntl_getpriority(null, (PRIO_PGRP + PRIO_USER + PRIO_PROCESS + 10));
30 pcntl_getpriority(-1, PRIO_DARWIN_THREAD);
37 pcntl_getpriority(-1, PRIO_PROCESS);
44 pcntl_getpriority(): Argument #2 ($mode) must be one of PRIO_PGRP, PRIO_USER, PRIO_PROCESS or PRIO_…
45 pcntl_getpriority(): Argument #1 ($process_id) must be 0 (zero) if PRIO_DARWIN_THREAD is provided a…
46 pcntl_getpriority(): Argument #1 ($process_id) is not a valid process, process group, or user ID
H A Dpcntl_getpriority_error.phpt2 pcntl_getpriority() - Wrong mode passed and also for non existing process id provided
11 if (!function_exists('pcntl_getpriority')) {
12 die('skip pcntl_getpriority doesn\'t exist');
24 pcntl_getpriority(null, PRIO_PGRP + PRIO_USER + PRIO_PROCESS + 10);
30 pcntl_getpriority(-1, PRIO_PROCESS);
34 pcntl_getpriority(): Argument #2 ($mode) must be one of PRIO_PGRP, PRIO_USER, or PRIO_PROCESS
36 Warning: pcntl_getpriority(): Error %d: No process was located using the given parameters in %s
H A Dpcntl_getpriority_basic.phpt2 pcntl_getpriority() - Basic behaviour
10 if (!function_exists('pcntl_getpriority')) {
11 die('skip - pcntl_getpriority doesn\'t exist');
16 var_dump(pcntl_getpriority());
/PHP-8.2/ext/pcntl/
H A Dpcntl.stub.php964 function pcntl_getpriority(?int $process_id = null, int $mode = PRIO_PROCESS): int|false {} function
H A Dpcntl_arginfo.h164 ZEND_FUNCTION(pcntl_getpriority);
212 ZEND_FE(pcntl_getpriority, arginfo_pcntl_getpriority)
H A Dpcntl.c907 PHP_FUNCTION(pcntl_getpriority) in PHP_FUNCTION() argument

Completed in 13 milliseconds