### Description The following code: ```php <?php function foo( array #if __PHP__ & #endif $bodies ) { } ``` Resulted in this output: ``` Parse error: syntax error, unexpected variable "$bodies" in /in/aq2rT on line 8 Process exited with code 255. ``` But I expected this output instead: ``` <Empty, should compile without syntax error as in PHP 7.4 ``` ### PHP Version PHP 8.1 and above, works fine in PHP 7.4 ### Operating System _No response_