summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/copy_variation2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/copy_variation2.phpt')
-rw-r--r--ext/standard/tests/file/copy_variation2.phpt145
1 files changed, 0 insertions, 145 deletions
diff --git a/ext/standard/tests/file/copy_variation2.phpt b/ext/standard/tests/file/copy_variation2.phpt
index 2ee60facfb..d99f5a8da3 100644
--- a/ext/standard/tests/file/copy_variation2.phpt
+++ b/ext/standard/tests/file/copy_variation2.phpt
@@ -235,148 +235,3 @@ Destination file name => %s/$copy_variation2.tmp
Size of source file => int(1500)
Size of destination file => int(1500)
*** Done ***
---UEXPECTF--
-*** Test copy() function: destination file names containing special characters ***
-Size of the source file before copy operation => int(1500)
-
---- Now applying copy() on source file to create copies ---
--- Iteration 1 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/_copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 2 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/@copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 3 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/#copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 4 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/+copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 5 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/*copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 6 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/?copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 7 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/<copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 8 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/>copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 9 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/!copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 10 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/&copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 11 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/(copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 12 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/:copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 13 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/;copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 14 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/=copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 15 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/[copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 16 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/^copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 17 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/{copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 18 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/|copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 19 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/~copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-
--- Iteration 20 --
-Copy operation => bool(true)
-Existence of destination file => bool(true)
-Destination file name => %s/$copy_variation2.tmp
-Size of source file => int(1500)
-Size of destination file => int(1500)
-*** Done ***