Skip to content
This repository was archived by the owner on Jun 4, 2019. It is now read-only.
This repository was archived by the owner on Jun 4, 2019. It is now read-only.

php parsing issue #127

@jcberleur

Description

@jcberleur

I get "warning: parsing problem in FILE" when using sgrep on a file with parent in a namespace while working in php/hhvm

<?php

namespace foo\parent\bar {
    class Foo { }
}

namespace {
    $foo = new foo\parent\bar\Foo();
    var_dump($foo);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions