Skip to content

Commit 60722b9

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix getpriority test with negative return value
2 parents edd72da + 8eb740b commit 60722b9

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)