Lines Matching refs:pop
237 $pop = array_pop($this->_todo);
239 if ($pop instanceof Compiler\Llk\Rule\Ekzit) {
240 $this->_trace[] = $pop;
241 $this->updateCoverage($pop);
243 $out = $this->coverage($this->_rules[$pop->getRule()]);
532 $pop = array_pop($this->_trace);
534 if ($pop instanceof Compiler\Llk\Rule\Entry) {
535 $rule = $this->_rules[$pop->getRule()];
545 $ruleName = $pop->getRule();
546 $this->_covered = $pop->getData();
547 $this->_todo = $pop->getTodo();