DEBSOURCES
Skip Quicknav
sources / php5 / 5.2.6.dfsg.1-1%2Blenny16 / tests / classes / autoload_implements.p5c
12345678910
<?php class autoload_implements implements autoload_interface { function testFunction() { return true; } } ?>