Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php101 $this->consume();
114 public function consume() function in SimplePie_Decode_HTML_Entities
128 * @param string $chars Characters to consume
161 switch ($this->consume()) {
173 switch ($this->consume()) {
202 if (!in_array($this->consume(), [';', false], true)) {
582 for ($i = 0, $match = null; $i < 9 && $this->consume() !== false; $i++) {