string $input:
$this
public function setInput($input) { $this->input = $input; $this->more = false; $this->done = false; $this->offset = 0; $this->yylineno = $this->yyleng = 0; $this->yytext = $this->match = ''; $this->yylloc = array( 'first_line' => 1, 'first_column' => 0, 'last_line' => 1, 'last_column' => 0, ); return $this; }