--TEST-- Ensure ReflectionClass::implementsInterface triggers autoload. --SKIPIF-- --FILE-- implementsInterface("UndefI"); } catch (ReflectionException $e) { echo $e->getMessage(); } ?> --EXPECTF-- In autoload: string(6) "UndefI" Interface UndefI does not exist