- 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.
<?php
class A{public final $a;}