3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array(); $arr["1"] = array("type" => "ping", "timestamp" => time(), "targets" => array()); foreach ($arr as $id => $msg) { print(json_encode($arr[$id])); }
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.20, 7.2.0 - 7.2.6
{"type":"ping","timestamp":1499088654,"targets":[]}

preferences:
69.1 ms | 402 KiB | 38 Q