import zend standard tests
[hiphop-php.git] / hphp / test / zend / bad / ext-standard-file / copy_variation5-win32.php.expectf
blob0c488ee20607098b0def6032e6458d0803560a1d
1 *** Test copy() function: checking case sensitivity in creation of destination file names ***
2 Size of the source file before copy operation => int(1500)
4 -- Now applying copy() on source file to create copies --
5 -- Iteration 1 --
6 Copy operation => bool(true)
7 Existence of destination file => bool(true)
8 Destination file name => %s/COPY.tmp
9 Size of source file => int(1500)
10 Size of destination file => int(1500)
12 -- Iteration 2 --
13 Copy operation => bool(true)
14 Existence of destination file => bool(true)
15 Destination file name => %s/COPY.TMP
16 Size of source file => int(1500)
17 Size of destination file => int(1500)
19 -- Iteration 3 --
20 Copy operation => bool(true)
21 Existence of destination file => bool(true)
22 Destination file name => %s/CopY.TMP
23 Size of source file => int(1500)
24 Size of destination file => int(1500)
25 HipHop Warning: %a
26 HipHop Warning: %a
27 *** Done ***