Home
last modified time | relevance | path

Searched refs:copy (Results 151 – 175 of 316) sorted by last modified time

12345678910>>...13

/php-src/ext/standard/tests/file/
H A Dcopy_variation3.phpt2 Test copy() function: usage variations - destination file names(white spaces)
27 "copy variation3.tmp", //file name containing blank space
29 "copy\tvariation3.tmp",
33 echo "Size of the source file before copy operation => ";
37 echo "\n-- Now applying copy() on source file to create copies --";
45 var_dump( copy($src_file_name, $dest_file_name) );
74 *** Test copy() function: destination file names containing whitespaces ***
75 Size of the source file before copy operation => int(1500)
77 -- Now applying copy() on source file to create copies --
81 Destination file name => copy variation3.tmp
[all …]
H A Dcopy_variation4.phpt36 echo "Size of the source file before copy operation => ";
46 echo "Existence of destination file before copy => ";
50 var_dump( copy($src_file_name, $dest_file_name) );
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)
[all …]
H A Dcopy_variation5-win32.phpt2 Test copy() function: usage variations - destination file names(case sensitive)
10 /* Test copy() function: Checking case sensitivity in creation of destination file names
14 echo "*** Test copy() function: checking case sensitivity in creation of destination file names ***…
30 echo "Size of the source file before copy operation => ";
34 echo "\n-- Now applying copy() on source file to create copies --";
42 var_dump( copy($src_file_name, $dest_file_name) );
76 *** Test copy() function: checking case sensitivity in creation of destination file names ***
77 Size of the source file before copy operation => int(1500)
79 -- Now applying copy() on source file to create copies --
H A Dcopy_variation5.phpt2 Test copy() function: usage variations - destination file names(case sensitive)
9 /* Test copy() function: Checking case sensitivity in creation of destination file names
13 echo "*** Test copy() function: checking case sensitivity in creation of destination file names ***…
29 echo "Size of the source file before copy operation => ";
33 echo "\n-- Now applying copy() on source file to create copies --";
41 var_dump( copy($src_file_name, $dest_file_name) );
74 *** Test copy() function: checking case sensitivity in creation of destination file names ***
75 Size of the source file before copy operation => int(1500)
77 -- Now applying copy() on source file to create copies --
H A Dcopy_variation6-win32.phpt2 Test copy() function: usage variations - copy empty file across dirs
10 /* Test copy() function: Trying to create copy of source file
13 echo "*** Test copy() function: copying file across directories ***\n";
20 $dirname_with_blank = $sub_dir."/copy variation6";
41 echo "\n-- Now applying copy() on source file to create copies --";
47 var_dump( copy($src_file_name, $dest) );
79 *** Test copy() function: copying file across directories ***
82 -- Now applying copy() on source file to create copies --
127 Warning: copy(%s/copy_variation6/copy_variation6_sub///../*): Failed to open stream: No such file o…
134 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy variation6/copy_copy_variat…
H A Dcopy_variation6.phpt2 Test copy() function: usage variations - copy empty file across dirs
10 /* Test copy() function: Trying to create copy of source file
13 echo "*** Test copy() function: copying file across directories ***\n";
20 $dirname_with_blank = $sub_dir."/copy variation6";
41 echo "\n-- Now applying copy() on source file to create copies --";
47 var_dump( copy($src_file_name, $dest) );
77 *** Test copy() function: copying file across directories ***
80 -- Now applying copy() on source file to create copies --
133 Destination file name is => %s/copy_variation6/copy_variation6_sub/copy variation6/copy_copy_variat…
H A Dcopy_variation7.phpt2 Test copy() function: usage variations - links
10 /* Test copy() function: Trying to create copy of links */
14 echo "*** Testing copy() with symlink and hardlink ***\n";
32 echo "-- Now applying copy() on source link to create copies --\n";
34 var_dump( copy($symlink, $file_path."/copy_copy_variation7_symlink.tmp") );
42 var_dump( copy($hardlink, $file_path."/copy_copy_variation7_hardlink.tmp") );
61 *** Testing copy() with symlink and hardlink ***
65 -- Now applying copy() on source link to create copies --
H A Dcopy_variation8.phpt2 Test copy() function: usage variations - copying links across dirs
10 /* Trying to copy the links across dir paths given in various notations
13 echo "*** Testing copy() function: copying links across different directories ***\n";
21 $dirname_with_blank = $sub_dir."/copy variation6";
48 var_dump( copy($symlink, $dest) );
55 var_dump( copy($hardlink, $dest) );
74 *** Testing copy() function: copying links across different directories ***
H A Dcopy_variation9.phpt2 Test copy() function: usage variations - destination file access perms
11 /* Test copy(): Trying to copy source file to destination file with and without write permissions */
15 echo "*** Test copy() function: destination with/without write permissions ***\n";
26 var_dump( copy($src_file_name, $dest_file_name) );
33 var_dump( copy($src_file_name, $dest_file_name) );
45 *** Test copy() function: destination with/without write permissions ***
H A Dbug32160.phpt6 var_dump(copy($path, $path));
8 var_dump(copy($path, "bug32160.txt"));
9 var_dump(copy("bug32160.txt", "bug32160.txt"));
H A Dbug32160.txt1 copy test
H A Dbug65701.phpt2 Test for bug #65701: copy() doesn't work when destination filename is created by tempnam()
18 copy($src, $dst);
H A Dbug66509.phpt2 Bug #66509 (copy() showing $context parameter as required)
6 $r = new \ReflectionFunction('copy');
H A Dbug75679.phpt17 if (copy (__FILE__, $file) && is_file ($file))
H A D005_variation-win32.phpt89 echo "\n-- Checking same times, after making a copy of the file --\n";
91 copy($file_name, $file_copy);
188 -- Checking same times, after making a copy of the file --
/php-src/ext/standard/tests/array/
H A Dbug44182.phpt2 Bug #44182 (extract EXTR_REFS can fail to split copy-on-write references)
H A Darray_shift_variation8.phpt9 * it will return a *copy* of the first element of the array,
/php-src/ext/standard/html_tables/
H A Dents_html5.txt831 copy 000A9
H A Dents_xhtml.txt10 copy 00A9
H A Dents_html401.txt11 copy 00A9
/php-src/ext/spl/tests/
H A DarrayObject_exchangeArray_basic1.phpt2 SPL: ArrayObject::exchangeArray() and copy-on-write references
7 $cowRef = $swapIn; // create a copy-on-write ref to $swapIn
H A DarrayObject_exchangeArray_basic3.phpt16 $copy = $ao->exchangeArray($swapIn);
17 $copy['addedToCopy'] = 'added To Copy';
23 var_dump($ao, $original, $swapIn, $copy);
27 unset($original, $ao, $swapIn, $copy);
31 $copy = $ao->exchangeArray();
32 $copy['addedToCopy'] = 'added To Copy';
37 var_dump($ao, $original, $copy);
40 unset($original, $ao, $swapIn, $copy);
44 $copy = $ao->exchangeArray(null);
45 $copy['addedToCopy'] = 'added To Copy';
[all …]
H A Darray_002.phpt2 SPL: ArrayObject copy constructor
/php-src/ext/simplexml/tests/
H A D002.phpt27 $copy = clone $sxe;
29 var_dump($copy);
/php-src/ext/phar/tests/zip/
H A Dlargezip.phpt19 copy($fname, $fname2);

Completed in 34 milliseconds

12345678910>>...13