Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php61 public $error_code; variable in SimplePie\\Parser
167 $this->error_code = xml_get_error_code($xml);
168 $this->error_string = xml_error_string($this->error_code);
227 $this->error_code = $error->code;
239 return $this->error_code;