### Description The following code ```php <?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: ``` No error ``` ### PHP Version PHP 8.4-RC1 ### Operating System Ubuntu 22.04