DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / indent / arrays28.php
12345678910111213
<?php class Demo { public $var = array( 'a', 'b' => array ( array ( 'd', // comment ^ ) ) ); // commmet }