3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Stringable { public function __toString() { return "A"; } } var_dump(new Stringable != "A")
Output for 5.4.0 - 5.4.3
Parse error: syntax error, unexpected end of file in /in/MXgYm on line 11
Process exited with code 255.
Output for 5.3.0 - 5.3.13
Parse error: syntax error, unexpected $end in /in/MXgYm on line 11
Process exited with code 255.

preferences:
165.94 ms | 1395 KiB | 25 Q