3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test { public function __toString() { return 1; } } echo (new test)
Output for 5.4.0 - 5.4.24, 5.5.0 - 5.5.8
Parse error: syntax error, unexpected end of file, expecting ',' or ';' in /in/u9i7h on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected $end, expecting ',' or ';' in /in/u9i7h on line 11
Process exited with code 255.

preferences:
181.52 ms | 1386 KiB | 70 Q