Lines Matching refs:old
56 $old = $this->checkIfDiffInOld($diff);
57 $start = isset($old[0]) ? $old[0] : 0;
60 if ($tmp = \array_search($end, $old)) {
64 return $this->getBuffer($diff, $old, $start, $end);
95 $old = array();
104 $old[$inOld] = $i - 1;
113 return $old;
120 * @param array $old
126 private function getBuffer(array $diff, array $old, $start, $end) argument
130 if (!isset($old[$start])) {
136 if (isset($old[$i])) {
137 $i = $old[$i];