<?php
$x = array("a" => array(1, 2), "a b" => array(1, 2));
var_dump($x); //breakpoint here
?>
