Add trivial EntryPoint wrappers to some "simple" tests.
[hiphop-php.git] / hphp / test / slow / string / 135.php
blob35c696f5f348304260a8e5ab2177c8646f3fc4ab
1 <?php
4 <<__EntryPoint>>
5 function main_135() {
6 $a = 'test';
7 print $a['junk'];