PHPParser_Parser::yyn387 PHP Method

yyn387() protected method

protected yyn387 ( $line, $docComment )
    protected function yyn387($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_ArrayDimFetch(new PHPParser_Node_Expr_Variable($this->yyastk[$this->yysp - (6 - 2)], $line, $docComment), $this->yyastk[$this->yysp - (6 - 4)], $line, $docComment);
    }
PHPParser_Parser