DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / completion / lib / issue147179.php
123456789
<?php class Test147179 { public static function foo(); } ?> <? Test147179::foo(); ?> <?= Test147179::foo() ?>