f3c2ab5d77
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.
5 linhas
82 B
PHP
5 linhas
82 B
PHP
<?php
|
|
|
|
$fp = fopen(__DIR__.'/../../sample_dir/file', 'r');
|
|
var_dump(pclose($fp));
|