Lines Matching refs:newInstructions
446 …private function _mergeWithHeaders($existing, $newInstructions, $level = 1, $mergeHint = array()) { argument
464 …if ($this->_findNextHeaderSection($newInstructions, $level, $newStart, $newEnd, $currentSlice[0][1…
466 $newSlice = array_slice($newInstructions, $newStart, $newEnd-$newStart);
477 array_splice($newInstructions, $newStart, $newEnd-$newStart);
493 ($tmp1 = array_slice($newInstructions, -1))
498 ($tmp2 = array_slice($newInstructions, -2))
502 $section_postpend = array_splice($newInstructions, -1);
522 if ($this->_findNextHeaderSection($newInstructions, $level, $newStart, $newEnd)) {
524 $section_prepend = array_splice($newInstructions, 0, $newStart);
527 $section_prepend = $newInstructions;
528 $newInstructions = array();
533 …merge($returnInstructions, $section_prepend, $preparedInstructions, $newInstructions, $section_pos…