Lines Matching refs:regions
150 $this->regions = array();
200 function _fail($message, $regions=array()) { argument
203 if($this->isGroup($regions) || $this->isText($regions)) {
204 $regions = array($regions);
208 foreach($regions as $r) $lines[] = array('start'=>$r['start'], 'end'=>$r['end']);
846 function debugTree($lines, $regions) { argument
854 foreach($regions as $region) {
1119 $this->regions[] = $region;
1128 $regions = $this->regions;
1130 $this->regions = array();
1131 throw new strata_exception($error, $regions);