Home
last modified time | relevance | path

Searched refs:error_code (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php22 public $error_code; variable in SimplePie\\Parser
155 $this->error_code = xml_get_error_code($xml);
156 $this->error_string = xml_error_string($this->error_code) ?: "Unknown";
217 $this->error_code = $error->code;
232 return $this->error_code;