Lines Matching full:_curr_expr
435 var $_curr_expr;
468 $this->_curr_expr = $prefix . $this->_curr_expr;
474 $this->_curr_expr = $expr;
1029 return($this->_curr_expr);
1034 $this->_curr_expr = $str;
1069 $chr_cnt = strlen($this->_curr_expr);
1074 $sym_0 = substr($this->_curr_expr,0,$i);
1092 $char = $this->_curr_expr{0};
1093 $len_left = $chop_flg ? $this->chopExpr(1) : strlen($this->_curr_expr)-1;
1108 $this->_prev_expr = $this->_curr_expr;
1110 if ($strlen == strlen($this->_curr_expr)) {
1111 $this->_curr_expr = '';
1114 $this->_curr_expr = ltrim(substr($this->_curr_expr,$strlen));
1115 return(strlen($this->_curr_expr));