3v4l.org

run code in 500+ PHP versions simultaneously
<?php class PublicProperty { final public string $foo = 'bar'; }
Output for 8.4.25
Output for 8.3.33
Fatal error: Cannot use the final modifier on a property in /in/vP8oH on line 5
Process exited with code 255.
Output for 8.2.33
Fatal error: Cannot declare property PublicProperty::$foo final, the final modifier is allowed only for methods, classes, and class constants in /in/vP8oH on line 5
Process exited with code 255.

preferences:
48.53 ms | 488 KiB | 4 Q