PHPParser_Parser::yyn56 PHP Method

yyn56() protected method

protected yyn56 ( $line, $docComment )
    protected function yyn56($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_Foreach($this->yyastk[$this->yysp - (8 - 6)], $this->yyastk[$this->yysp - (8 - 4)], array('keyVar' => null, 'byRef' => true, 'stmts' => $this->yyastk[$this->yysp - (8 - 8)]), $line, $docComment);
    }
PHPParser_Parser