import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-file / copy_variation14.php.expectf
blob99132ca3dca4f8d173ffd086ecf84afbe6cc149c
1 *** Test copy() function: Trying to create a copy of non-existing source in existing destination ***
2 HipHop Warning: %a
3 bool(false)
4 bool(false)
6 *** Test copy() function: Trying to create copy of an existing source in non-existing destination ***
7 HipHop Warning: %a
8 bool(false)
9 bool(false)
10 int(1500)
11 *** Done ***