Skip to content

Instantly share code, notes, and snippets.

@jjergus
Created October 16, 2019 21:10
Show Gist options
  • Save jjergus/4073d309fd5df39360ac30d3a739e83d to your computer and use it in GitHub Desktop.
Save jjergus/4073d309fd5df39360ac30d3a739e83d to your computer and use it in GitHub Desktop.
$ /opt/hhvm/4.26.0~/bin/hh_client --json --search-function 'Facebook\AutoloadMap\TestData\MixedCaseFunction'
[]
$ /opt/hhvm/4.26.0~/bin/hh_client --json --search-function 'Facebook\\AutoloadMap\\TestData\\MixedCaseFunction'
[{"name":"Facebook\\AutoloadMap\\TestData\\MixedCaseFunction","filename":"/home/jjergus/work/code/hhvm-autoload/testdata/MixedCaseFunction.php","desc":"function","line":13,"char_start":10,"char_end":56,"scope":""}]
$ /opt/hhvm/4.27.0/bin/hh_client --json --search-function 'Facebook\AutoloadMap\TestData\MixedCaseFunction'
[]
$ /opt/hhvm/4.27.0/bin/hh_client --json --search-function 'Facebook\\AutoloadMap\\TestData\\MixedCaseFunction'
[]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment