DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / issue162320.php
12345678910111213141516
<? if (true){ // test echo 1; } class class_name { /** * PHPDoc */ function __construct() { // cmt echo 1; } } ?>