3v4l.org

run code in 300+ PHP versions simultaneously
<?php /* Accepting NULL value */ function test(stdClass $obj) { __toString($obj); echo $obj; } ; test(new stdclass"a"); ?>
Output for 5.4.0 - 5.4.19
Parse error: syntax error, unexpected '"a"' (T_CONSTANT_ENCAPSED_STRING) in /in/1FsfB on line 9
Process exited with code 255.
Output for 5.3.0 - 5.3.27
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /in/1FsfB on line 9
Process exited with code 255.

preferences:
180.12 ms | 1395 KiB | 55 Q