--TEST-- Ensure ReflectionClass::getProperty() triggers autoload --FILE-- getProperty("UndefC::p"); } catch (ReflectionException $e) { echo $e->getMessage(); } ?> --EXPECT-- In autoload: string(6) "undefc" Class "undefc" does not exist