DEBSOURCES
Skip Quicknav
sources / libnb-platform18-java / 12.1-3 / php / php.editor / test / unit / data / testfiles / indent / arrays28.php.indented
1234567891011121314
<?php class Demo { public $var = array( 'a', 'b' => array ( array ( 'd', // comment ^ ) ) ); // commmet }