3v4l.org

run code in 300+ PHP versions simultaneously
<?php static class Hello { private static $greeting = 'Hello'; private __construct() { $greeting .= ' There!'; } public static greet(){ echo $greeting; } }
Output for 5.4.0 - 5.4.4
Parse error: syntax error, unexpected 'class' (T_CLASS), expecting :: (T_PAAMAYIM_NEKUDOTAYIM) in /in/UnlRa on line 2
Process exited with code 255.
Output for 5.3.0 - 5.3.14
Parse error: syntax error, unexpected T_CLASS, expecting T_PAAMAYIM_NEKUDOTAYIM in /in/UnlRa on line 2
Process exited with code 255.

preferences:
167.99 ms | 1395 KiB | 27 Q