DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / blankLines / Fields05.php.formatted
123456789101112
<?php class Simple { // comment1 public $field1 = 22; // comment 2 // comment 3 public $field2; }