3v4l.org

run code in 300+ PHP versions simultaneously
<?php class FastRouteRouter { /** * Template used when generating the cache file. */ public const CACHE_TEMPLATE = <<< 'EOT' <?php return %s; EOT; } $i = new FastRouteRouter(); var_dump($i);
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.30, 8.2.0 - 8.2.25, 8.3.0 - 8.3.13
object(FastRouteRouter)#1 (0) { }
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33
Parse error: syntax error, unexpected 'const' (T_CONST), expecting variable (T_VARIABLE) in /in/Po5A4 on line 7
Process exited with code 255.

preferences:
85.16 ms | 407 KiB | 5 Q