Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
DParser.php60 public $error_code; variable in SimplePie\\Parser
165 $this->error_code = xml_get_error_code($xml);
166 $this->error_string = xml_error_string($this->error_code);
225 $this->error_code = $error->code;
237 return $this->error_code;