Skip to content

Commit 8eb740b

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix getpriority test with negative return value
2 parents 64a5147 + 645ea22 commit 8eb740b

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)