enable coroutine for rust emitter
[hiphop-php.git] / hphp / test / slow / open_glob.php
blobcacf02616f7c2339a3469c85924492a8068ebf12
1 <?hh
4 <<__EntryPoint>>
5 function main_open_glob() {
6 $res = fopen('glob://' . __DIR__ . '/../sample_dir/*', 'r');
7 var_dump($res);