DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / completion / lib / issue144830.php
12345678
<? class ClsFromFactory { private $myfld = 0; public function echome() { echo ++$this->myfld."\n";//not working } } ?>