--TEST-- SPL: spl_autoload() and friends --INI-- include_path=. --FILE-- getMessage() . "\n"; } ?> ===DONE=== --EXPECTF-- TestFunc1(TestClass) TestFunc2(TestClass) TestFunc3(TestClass) Exception: Class TestClass missing ===DONE===