Home
last modified time | relevance | path

Searched refs:error_string (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php62 public $error_string; variable in SimplePie\\Parser
134 $this->error_string = 'SimplePie bug! Please report this!';
168 $this->error_string = xml_error_string($this->error_code);
228 $this->error_string = $error->message;
244 return $this->error_string;