3v4l.org

run code in 500+ PHP versions simultaneously
<?php class A{public final $a;}
Output for 8.3.5
Fatal error: Cannot use the final modifier on a property in /in/EYL34 on line 3
Process exited with code 255.
Output for 7.3.0 - 7.3.28, 7.4.0 - 7.4.16, 8.0.0 - 8.0.3
Fatal error: Cannot declare property A::$a final, the final modifier is allowed only for methods and classes in /in/EYL34 on line 3
Process exited with code 255.

preferences:
43.59 ms | 699 KiB | 3 Q