3v4l.org

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

preferences:
189.26 ms | 1386 KiB | 72 Q