### Description The following code: ```php <?php // e.g some comments ?> <?php declare(strict_types=1); ?> ``` Resulted in this output: ``` Fatal error: strict_types declaration must be the very first statement in the script in /home/tmp/test.php on line 5 Stack trace: #0 {main} ``` But I expected this output instead: ``` ``` ### PHP Version ```plain nightly ``` ### Operating System _No response_