3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = ( array( 'id' => 'foo', 'content' => 'bar' ), array( 'id' => 'hello', 'content' => 'world' ) ); var_dump( json_encode($array) );
Output for 5.3.0 - 5.3.28, 5.4.0 - 5.4.28
Parse error: syntax error, unexpected ',' in /in/NbDs1 on line 7
Process exited with code 255.

preferences:
193.84 ms | 1399 KiB | 65 Q