Arquivos
hhvm/hphp/test/slow/file/1691.php
T
Jordan DeLong f3c2ab5d77 Fix runtests to make it workable for contbuild
It wasn't actually decoding test names anymore due to paths
changing; also several slow tests failed when run from the root (which
is where contbuild is going to run them).  Added stuff to make
$HPHP_HOME unnecessary for runtests (contbuild wont have it set), and
fixed a use of $GLOBALS in hphp/test/run to be more php-idiomatic.
2013-04-19 22:53:31 -07:00

5 linhas
82 B
PHP

<?php
$fp = fopen(__DIR__.'/../../sample_dir/file', 'r');
var_dump(pclose($fp));