3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( array("type" => "shirt", "artnr" => "101400", "kleur" => "5000", "maten" => array(12 => "152", 2 => "164")), array("type" => "short", "artnr" => "1930", "kleur" => "1000", "maten" => array(12 => "152", 2 => "164"),) ); $output = json_encode($array); print_r($output);

preferences:
28.24 ms | 402 KiB | 5 Q