### Description The following code: ```php <?php echo php_uname(); ?> ``` Resulted in this output: ``` Windows NT HOMEPC 10.0 build 22000 (Windows 10) AMD64 ``` But I expected this output instead: ``` Windows NT HOMEPC 10.0 build 22000 (Windows 11) AMD64 ``` ### PHP Version 8.1.1 ### Operating System Windows 11