### Description The following code: ```php <?php phpcredits(); ``` Resulted in this output: ``` Output uses the title (displayed using html <title> tag) as phpinfo() ``` But I expected this output instead: ``` Output should use phpcredits() as title ``` ### PHP Version ```plain PHP 8.4.23 ``` ### Operating System _No response_
Description
The following code:
Resulted in this output:
But I expected this output instead:
PHP Version
Operating System
No response