DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / spaces / spaceWithinArrayBrackets04.php
12345678
<?php $arr = array("foo" => "bar", 12 => true); echo $arr["foo"]; // bar echo $arr[ ]; // 1 ?>