Lines Matching refs:rhs
471 list($rhs, $s) = $this->transformGroup($sub, $typemap);
476 'rhs'=>$rhs
575 list(,$lhs, $ltype, $operator, $rhs, $rtype) = $match;
578 $rhs = $this->variable($rhs);
592 $this->updateTypemap($typemap, $rhs['text'], $ltype->type, $lhint->hint);
597 $this->updateTypemap($typemap, $rhs['text'], $rtype->type, $rtype->hint);
605 …rs[] = array('type'=>'filter', 'lhs'=>$lhs, 'operator'=>$operator, 'rhs'=>$rhs, '_line'=>$lineNode…
611 list(, $lhs,$ltype,$operator,$rhs) = $match;
629 if($rhs == '[[]]') {
630 $rhs = '';
642 $rhs = $this->literal($type->normalize($rhs,$hint));
644 …$filters[] = array('type'=>'filter','lhs'=>$lhs, 'operator'=>$operator, 'rhs'=>$rhs, '_line'=>$lin…
648 list(, $lhs,$operator,$rhs,$rtype) = $match;
650 $rhs = $this->variable($rhs);
655 $this->updateTypemap($typemap, $rhs['text'],$type,$hint);
658 if(!empty($typemap[$rhs['text']])) {
659 extract($typemap[$rhs['text']]);
681 …$filters[] = array('type'=>'filter','lhs'=>$lhs, 'operator'=>$operator, 'rhs'=>$rhs, '_line'=>$lin…