Home
last modified time | relevance | path

Searched refs:proc_nice (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_variation5.phpt2 Test function proc_nice() by substituting argument 1 with int values.
10 if(!function_exists('proc_nice')) die("skip. proc_nice not available ");
31 var_dump(proc_nice( $var ) );
40 Warning: proc_nice(): Only a super user may attempt to increase the priority of a process in %s on …
H A Dproc_nice_variation2.phpt2 Test function proc_nice() by substituting argument 1 with boolean values.
10 if(!function_exists('proc_nice')) die("skip. proc_nice not available ");
29 var_dump(proc_nice( $var ) );
H A Dproc_nice_basic.phpt2 proc_nice() basic behaviour
10 if(!function_exists('proc_nice')) die("skip. proc_nice not available ");
31 proc_nice($delta);
H A Dproc_nice_basic-win.phpt2 proc_nice() basic behaviour
5 /* No function_exists() check, proc_nice() is always available on Windows */
72 /* '<verbose name>' => ['<wmic value>', '<proc_nice value>'] */
84 proc_nice($data[1]);
/PHP-7.4/ext/standard/
H A Dexec.h32 PHP_FUNCTION(proc_nice);
H A Dexec.c571 PHP_FUNCTION(proc_nice) argument
H A Dbasic_functions.c2885 PHP_FE(proc_nice, arginfo_proc_nice)

Completed in 21 milliseconds