DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / completion / lib / issue146176.php
12345678
<?php class TestIssue146176{ function oddlyNamedMethod(){} } echo oddlyNamedMethod(); ?>