Lines Matching refs:copy
2 Test copy() function: usage variations - destination file names(empty string, nulls & bools)
13 /* Test copy() function: In creation of destination file names with empty string, nulls & bools
17 echo "*** Test copy() function: destination file names with empty string, nulls & bools ***\n";
36 echo "Size of the source file before copy operation => ";
40 echo "\n-- Now applying copy() on source file to create copies --";
46 echo "Existence of destination file before copy => ";
50 var_dump( copy($src_file_name, $dest_file_name) );
80 *** Test copy() function: destination file names with empty string, nulls & bools ***
81 Size of the source file before copy operation => int(1500)
83 -- Now applying copy() on source file to create copies --
85 Existence of destination file before copy => bool(true)
87 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
97 Existence of destination file before copy => bool(true)
99 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
109 Existence of destination file before copy => bool(true)
111 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
121 Existence of destination file before copy => bool(true)
123 Warning: copy(): The second argument to copy() function cannot be a directory in %s on line %d
133 Existence of destination file before copy => bool(false)
141 Existence of destination file before copy => bool(false)