Test: /ext/standard/tests/file/copy_variation3.phpt - Version 5.6.37-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
020+ Copy operation =>
021+ Warning: copy(copy variation3.tmp): failed to open stream: No such file or directory in %s/copy_variation3.php on line 40
022+ bool(false)
023+ Existence of destination file => bool(false)
024+ Destination file name => copy variation3.tmp
025+ Size of source file => int(1500)
026+ Size of destination file =>
027+ Warning: filesize(): stat failed for copy variation3.tmp in %s/copy_variation3.php on line 54
028+ bool(false)
029+
030+ Warning: unlink(copy variation3.tmp): No such file or directory in %s/copy_variation3.php on line 57
020- Copy operation => bool(true)
021- Existence of destination file => bool(true)
022- Destination file name => copy variation3.tmp
023- Size of source file => int(1500)
024- Size of destination file => int(1500)