Lines Matching refs:instructions
238 public function deleteRootPElementsIfRequested(array &$instructions): void argument
251 if ($instructions[1][0] !== 'p_open') {
254 unset($instructions[1]);
262 while (($lastPBlockPosition = (sizeof($instructions) - $n)) >= 0) {
267 if ($instructions[$lastPBlockPosition][0] == 'p_close') {
268 unset($instructions[$lastPBlockPosition]);
578 $instructions = $this->getInstructions();
586 self::deleteRootPElementsIfRequested($instructions);
596 … $markupRenderer = MarkupRenderer::createFromMarkupInstructions($instructions, $this)
601 if ($output === null && !empty($instructions)) {
609 $output = $this->markupDynamicRender->processInstructions($instructions);
1145 $instructions = $this->getInstructions();
1146 $callStack = CallStack::createFromInstructions($instructions);
1250 $instructions = $this->getInstructions();
1282 foreach ($instructions as $instruction) {
1375 $instructions = $markupRenderer->getOutput();
1381 $this->instructionsCache->storeCache($instructions);
1383 $this->processedInstructions = $instructions;