DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / nested_array1.php.formatted
1234567891011
<?php $a = array( 1 => "aaa", 2 => "bbb", 3 => array( 4 => "a", 5 => "b" ) ); ?>