Searched refs:buffer_start (Results 1 – 1 of 1) sorted by relevance
17 protected $buffer_start = null; variable in ParensParser65 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;