Home
last modified time | relevance | path

Searched refs:code_old (Results 1 – 1 of 1) sorted by relevance

/plugin/pycode/
H A Dmethod.php400 * @param (arr) $code_old the code got from the local copy of <file>
406 public function _get_code_dif ($code_new, $code_old) { argument
409 $dif = array_intersect_assoc($code_new, $code_old);
411 if (count($dif) < max(count($code_new), count($code_old))) {