mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Fix getpriority test with negative return value
Negative return values are valid and denote higher priority. https://man7.org/linux/man-pages/man2/setpriority.2.html
This commit is contained in:
@@ -16,4 +16,4 @@ if (!function_exists('pcntl_getpriority')) {
|
||||
var_dump(pcntl_getpriority());
|
||||
?>
|
||||
--EXPECTF--
|
||||
int(%d)
|
||||
int(%i)
|
||||
|
||||
Reference in New Issue
Block a user