DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / issue183200_02.php
1234567891011121314
<?php function testFunction() { $a = array( 0 => array( 1 => array( 2 => array( "ahoj" ) ) ) ); } ?>