Searched refs:proc_nice (Results 1 – 7 of 7) sorted by relevance
2 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 …
2 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 ) );
2 proc_nice() basic behaviour10 if(!function_exists('proc_nice')) die("skip. proc_nice not available ");31 proc_nice($delta);
2 proc_nice() basic behaviour5 /* No function_exists() check, proc_nice() is always available on Windows */68 /* '<verbose name>' => ['<wmic value>', '<proc_nice value>'] */80 proc_nice($data[1]);
555 PHP_FUNCTION(proc_nice) argument
748 function proc_nice(int $priority): bool {} function
2537 ZEND_FUNCTION(proc_nice);3174 ZEND_FE(proc_nice, arginfo_proc_nice)
Completed in 29 milliseconds