Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D11137
Change Details
Change Details
Old
New
Diff
```lang=php, name=test.php <?php Foo::bar(); ``` ```lang=bash > ./scripts/phutil_symbols.php test.php { "have": [], "need": { "class": { "Foo": 7 } }, "xmap": [] } ```
```lang=php, name=test.php <?php Foo::bar(); ``` ```lang=bash > ./scripts/phutil_symbols.php test.php { "have": [], "need": { "class": { "Foo": 7 } }, "xmap": [] } ``` (We should really have some test cases defined for this file)
```lang=php, name=test.php <?php Foo::bar(); ``` ```lang=bash > ./scripts/phutil_symbols.php test.php { "have": [], "need": { "class": { "Foo": 7 } }, "xmap": [] } ```
(We should really have some test cases defined for this file)
Continue