DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / blankLines / Fields03.php
12345678910111213
<?php class Simple { /** * A comment * @var int */ public $field1 = 22; }