You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zend_argument_value_error(1, "must be either 0 (zero) or PRIO_DARWIN_BG, for mode PRIO_DARWIN_THREAD");
1340
+
RETURN_THROWS();
1341
+
} else {
1342
+
zend_argument_value_error(2, "is not a valid process, process group, or user ID");
1343
+
RETURN_THROWS();
1344
+
}
1345
+
#else
1314
1346
zend_argument_value_error(3, "must be one of PRIO_PGRP, PRIO_USER, or PRIO_PROCESS");
1315
1347
RETURN_THROWS();
1348
+
#endif
1316
1349
caseEPERM:
1317
1350
php_error_docref(NULL, E_WARNING, "Error %d: A process was located, but neither its effective nor real user ID matched the effective user ID of the caller", errno);
pcntl_setpriority(): Argument #3 ($mode) must be one of PRIO_PGRP, PRIO_USER, PRIO_PROCESS or PRIO_DARWIN_THREAD
43
+
pcntl_setpriority(): Argument #2 ($process_id) must be 0 (zero) if PRIO_DARWIN_THREAD is provided as second parameter
44
+
pcntl_setpriority(): Argument #2 ($process_id) is not a valid process, process group, or user ID
45
+
46
+
Warning: pcntl_setpriority(): Error 1: A process was located, but neither its effective nor real user ID matched the effective user ID of the caller in %s
Warning: pcntl_setpriority(): Error 1: A process was located, but neither its effective nor real user ID matched the effective user ID of the caller in %s
26
+
27
+
Warning: pcntl_setpriority(): Error 13: Only a super user may attempt to increase the process priority in %s on line %d
0 commit comments