ASCIIMathPHP-2.0.class.php | 435 var $_curr_expr; variable 468 $this->_curr_expr = $prefix . $this->_curr_expr; variable 474 $this->_curr_expr = $expr; variable 1029 return($this->_curr_expr); 1034 $this->_curr_expr = $str; variable 1069 $chr_cnt = strlen($this->_curr_expr); 1074 $sym_0 = substr($this->_curr_expr,0,$i); 1111 $this->_curr_expr = ''; variable 1114 $this->_curr_expr = ltrim(substr($this->_curr_expr,$strlen)); variable [all...] |