$d){ // if(preg_match("/editorui/",$dd)){ // echo "*************".file_get_contents($d.$path)."************"; // } if(file_exists($d.$path)){ $source.= file_get_contents($d.$path); $source.="\n";//读取文件内容必须加个回车 break; } } } } return $source; } //update by bell 2011-03-25, 更新覆盖率相关逻辑 echo importSrc($cov); ?>