Description
The following code
<?php
$platformStr = php_uname('s r v m');
Resulted in this output:
#message: "php_uname(): Argument #1 ($mode) must be a single character"
But I expected this output instead:
PHP Version
PHP 8.4-RC1
Operating System
Ubuntu 22.04