Skip to content

Commit 645ea22

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Fix getpriority test with negative return value
2 parents 5b62df1 + 181598d commit 645ea22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcntl/tests/pcntl_getpriority_basic.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ if (!function_exists('pcntl_getpriority')) {
1616
var_dump(pcntl_getpriority());
1717
?>
1818
--EXPECTF--
19-
int(%d)
19+
int(%i)

0 commit comments

Comments
 (0)