add bitset operations and tests
[hiphop-php.git] / hphp / test / slow / ext_phar / copy_empty_file.php
blob9866f024b3e27a3a9e257c3f462aed0d48f6172a
1 <?php
2 echo "*** Testing copy() function: file of 0 bytes size --\n";
4 var_dump( copy('phar://'.__DIR__.'/copy_empty_file.phar/empty_file', __DIR__.'/copy_empty_file.target') );
5 @unlink(__DIR__.'/copy_empty_file.target');