Lines Matching full:strlen
909 $len = strlen($txt);
1069 $chr_cnt = strlen($this->_curr_expr);
1093 $len_left = $chop_flg ? $this->chopExpr(1) : strlen($this->_curr_expr)-1;
1106 function chopExpr($strlen)
1110 if ($strlen == strlen($this->_curr_expr)) {
1114 $this->_curr_expr = ltrim(substr($this->_curr_expr,$strlen));
1115 return(strlen($this->_curr_expr));