--TEST-- Reflection Bug #26695 (Reflection API does not recognize mixed-case class hints) --FILE-- getMethods(); $params = $methods[0]->getParameters(); $class = $params[0]->getClass(); var_dump($class->getName()); ?> --EXPECTF-- Deprecated: Method ReflectionParameter::getClass() is deprecated in %s on line %d string(3) "Foo"