DEBSOURCES
Skip Quicknav
sources / php8.4 / 8.4.11-1 / tests / classes / autoload_root.inc
12345678910
<?php class autoload_root { function testFunction() { return true; } } ?>