spl_autoload_register('__autoload');么?
__autoload() 不用注册,在实例化一个类时,先从本文件里找,找不到再找spl_autoload_register注册的函数里的方法去加载,再找不到就会调用默认的__autoload()