3v4l.org

run code in 300+ PHP versions simultaneously
<?php function b() { echo 'a'; } namespace A { b(); }
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in /in/3hRsZ on line 8
Process exited with code 255.
Output for 7.4.3 - 7.4.33
a
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.24
Fatal error: Namespace declaration statement has to be the very first statement in the script in /in/3hRsZ on line 8
Process exited with code 255.

preferences:
143.94 ms | 402 KiB | 193 Q