Searched refs:code_old (Results 1 – 1 of 1) sorted by relevance
400 * @param (arr) $code_old the code got from the local copy of <file>406 public function _get_code_dif ($code_new, $code_old) { argument409 $dif = array_intersect_assoc($code_new, $code_old);411 if (count($dif) < max(count($code_new), count($code_old))) {