3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = "{"some":"json here"}"; print_r($test); $castedTest = (array) $test; print_r($castedTest);
Output for 5.4.0 - 5.4.24
Parse error: syntax error, unexpected 'some' (T_STRING) in /in/Z0Bm9 on line 3
Process exited with code 255.
Output for 5.3.0 - 5.3.28
Parse error: syntax error, unexpected T_STRING in /in/Z0Bm9 on line 3
Process exited with code 255.

preferences:
178.98 ms | 1399 KiB | 61 Q