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 ```
```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": [] }
```
Continue