Searched refs:error_string (Results 1 – 4 of 4) sorted by relevance
488 $error_string = "";501 $error_string .= compact_string(preg_replace ('/</', '<', $match)) . '<br />';508 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";511 $error_string .= $this->get_JSErrString($js);515 $error_string .= $this->htmlOK_errors[$TYPE] . ": <b>{$problem_str}</b><br />";517 $error_string .= $this->get_JSErrString($js);523 $error_string .= $this->get_JSErrString($js);529 $error_string .= $this->htmlOK_errors[$TYPE] . ':<BR />';539 $error_string .= $name_errs;551 $error_string .= $this->get_JSErrString($js);[all …]
486 $error_string = ($code != 200) ? curl_error($ch) : '';489 return array('code' => $code, 'response' => $data, 'error_string' => $error_string);
171 var $error_string = ''; variable in PclZip1358 return($this->errorName(true)." : ".$this->error_string);1361 return($this->error_string." [code ".$this->error_code."]");5286 $this->error_string = $p_error_string;5303 $this->error_string = '';
174 public $error_string = '';1260 return($this->errorName(true) . " : " . $this->error_string);1262 return($this->error_string . " [code " . $this->error_code . "]");5095 $this->error_string = $p_error_string;5111 $this->error_string = '';171 var $error_string = ''; global() variable in PclZip