Home
last modified time | relevance | path

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

/template/mikio/inc/
H A Dparens-parser.php17 protected $buffer_start = null; variable in ParensParser
65 if ($this->buffer_start === null) {
66 $this->buffer_start = $this->position;
76 if ($this->buffer_start !== null) {
78 … $buffer = substr($this->string, $this->buffer_start, $this->position - $this->buffer_start);
80 $this->buffer_start = null;