Home
last modified time | relevance | path

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

/php-src/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 */
68 /* '<verbose name>' => ['<wmic value>', '<proc_nice value>'] */
80 proc_nice($data[1]);
/php-src/ext/standard/
H A Dexec.c555 PHP_FUNCTION(proc_nice) argument
H A Dbasic_functions.stub.php2739 function proc_nice(int $priority): bool {}
H A Dbasic_functions_arginfo.h2634 ZEND_FUNCTION(proc_nice);
3270 ZEND_FE(proc_nice, arginfo_proc_nice)

Completed in 28 milliseconds