Home
last modified time | relevance | path

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

/dokuwiki/inc/Parsing/Lexer/
H A DStateStack.php33 public function getCurrent() function in dokuwiki\\Parsing\\Lexer\\StateStack
H A DLexer.php260 $handler = $this->modeStack->getCurrent();
286 if (! isset($this->regexes[$this->modeStack->getCurrent()])) {
292 if ($action = $this->regexes[$this->modeStack->getCurrent()]->split($raw, $split)) {
/dokuwiki/_test/tests/inc/parser/
H A Dlexer.test.php125 $this->assertEquals($stack->getCurrent(), "one");
134 $this->assertEquals($stack->getCurrent(), "two");
136 $this->assertEquals($stack->getCurrent(), "three");
138 $this->assertEquals($stack->getCurrent(), "two");
140 $this->assertEquals($stack->getCurrent(), "third");
143 $this->assertEquals($stack->getCurrent(), "one");