Label-based function hover for methods
[hiphop-php.git] / hphp / test / slow / string / 137.php
blob53b3136aed60c0a2eca63b2f18d2989f9779b0c0
1 <?hh
2 <<__EntryPoint>> function main(): void {
3 $a = 'test';
4 print '['.$a[100].']';