3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { static public function StaticRawr() { echo 'Rawr from static!'; } public function Rawr } $testObj = new Test; 'Test::StaticRawr'();
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28
Parse error: syntax error, unexpected '}', expecting '(' in /in/BMQG1 on line 11
Process exited with code 255.

preferences:
185.26 ms | 1395 KiB | 65 Q