3v4l.org

run code in 500+ PHP versions simultaneously
<?php // relaxed syntax is not possible with constants // const PROTECTED = 'instanity'; class x { // relaxed syntax is possible with class constants private const string public = 'protected'; }
Output for 8.3.0 - 8.3.30, 8.4.1 - 8.4.21, 8.5.0 - 8.5.6
Output for 8.1.34, 8.2.0 - 8.2.30
Parse error: syntax error, unexpected token "public", expecting "=" in /in/XYmck on line 8
Process exited with code 255.

preferences:
58.07 ms | 846 KiB | 4 Q