--TEST-- ReflectionMethod::getDocComment() errors --FILE-- getDocComment(null)); var_dump($rc->getDocComment('X')); ?> --EXPECTF-- Warning: ReflectionFunctionAbstract::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d NULL Warning: ReflectionFunctionAbstract::getDocComment() expects exactly 0 parameters, 1 given in %s on line %d NULL