69 if ( $this->curPos ===
false ) {
71 } elseif ( $this->curPos >= $this->subjectLength ) {
73 } elseif ( $this->endPos ===
false ) {
74 $this->
current = substr( $this->subject, $this->curPos );
76 $this->
current = substr( $this->subject, $this->curPos, $this->endPos - $this->curPos );