DEBSOURCES
Skip Quicknav
sources / php5 / 5.3.3-7%2Bsqueeze17 / ext / standard / tests / serialize / autoload_implements.p5c
12345678910
<?php class autoload_implements implements autoload_interface { function testFunction() { return true; } } ?>