3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( array( 'id' => 'foo', 'content' => 'bar' ), array( 'id' => 'hello', 'content' => 'world' ) ); var_dump( json_encode($array, JSON_FORCE_OBJECT) );

preferences:
33.39 ms | 402 KiB | 5 Q