Merge branch 'PHP-8.3'

* PHP-8.3:
  Fix getpriority test with negative return value
This commit is contained in:
Ilija Tovilo 2023-09-22 10:26:17 +02:00
commit 60722b9773
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -16,4 +16,4 @@ if (!function_exists('pcntl_getpriority')) {
var_dump(pcntl_getpriority());
?>
--EXPECTF--
int(%d)
int(%i)