--TEST-- ReflectionFunction::getDocComment() --CREDITS-- Robin Fernandes Steve Seear --INI-- opcache.save_comments=1 --FILE-- getDocComment()); } dumpFuncInfo('foo'); dumpFuncInfo('bar'); dumpFuncInfo('extract'); ?> --EXPECTF-- string(%d) "/** * my doc comment */" bool(false) bool(false)