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