PHPParser_Parser::yyn38 PHP Method

yyn38() protected method

protected yyn38 ( $line, $docComment )
    protected function yyn38($line, $docComment)
    {
        throw new PHPParser_Error('__halt_compiler() can only be used from the outermost scope');
    }
PHPParser_Parser