xdiff : domci correction
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4319 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -359,6 +359,10 @@ class xdiff
|
||||
/** This function return the next common part between both arrays starting at
|
||||
* position $i for $array1 and $j for array2
|
||||
* Return empty string if no common lines was found
|
||||
* @param array $array1 The first array to compare
|
||||
* @param array $array2 The second array to compare
|
||||
* @param integer $i The position pointer on first array
|
||||
* @param integer $j The position pointer on second array
|
||||
* @return string
|
||||
*/
|
||||
private function lcs ($array1, $array2, $i, $j)
|
||||
|
||||
Reference in New Issue
Block a user