Home
last modified time | relevance | path

Searched refs:copy (Results 26 – 50 of 316) sorted by relevance

12345678910>>...13

/php-src/ext/standard/tests/file/
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_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_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 Dbug32160.phpt6 var_dump(copy($path, $path));
8 var_dump(copy($path, "bug32160.txt"));
9 var_dump(copy("bug32160.txt", "bug32160.txt"));
H A Dcopy_variation16-win32.phpt2 Test copy() function: usage variations - copy data file across dirs
10 /* Test copy() function: Trying to create copy of source file
13 echo "*** Testing copy() function: copying data file across directories ***\n";
20 $dirname_with_blank = $sub_dir."/copy variation16";
43 echo "\n--- Now applying copy() on source file to create copies ---";
52 var_dump( copy($src_file_name, $dest) );
79 *** Testing copy() function: copying data file across directories ***
82 --- Now applying copy() on source file to create copies ---
128 Warning: copy(%s): Failed to open stream: No such file or directory in %s on line %d
136 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy variation16/copy_copy_var…
H A Dcopy_variation16.phpt2 Test copy() function: usage variations - copy data file across dirs
10 /* Test copy() function: Trying to create copy of source file
13 echo "*** Testing copy() function: copying data file across directories ***\n";
20 $dirname_with_blank = $sub_dir."/copy variation16";
43 echo "\n--- Now applying copy() on source file to create copies ---";
52 var_dump( copy($src_file_name, $dest) );
78 *** Testing copy() function: copying data file across directories ***
81 --- Now applying copy() on source file to create copies ---
135 Destination file name is => %s/copy_variation16/copy_variation16_sub/copy variation16/copy_copy_var…
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_variation1.phpt2 Test copy() function: usage variations - destination file names(numerics/strings)
5 /* Test copy() function: In creation of destination file names containing numerics/strings
9 echo "*** Test copy() function: destination file names containing numerics/strings ***\n";
20 "copy.tmp", //regular file name
31 echo "Size of the source file before copy operation => ";
35 echo "\n-- Now applying copy() on source file to create copies --";
43 var_dump( copy($src_file_name, $dest_file_name) );
72 *** Test copy() function: destination file names containing numerics/strings ***
73 Size of the source file before copy operation => int(1500)
75 -- Now applying copy() on source file to create copies --
[all …]
H A Dcopy_variation2-win32-mb.phpt2 Test copy() function: usage variations - destination file names(special chars)
45 echo "Size of the source file before copy operation => ";
49 echo "\n--- Now applying copy() on source file to create copies ---";
56 var_dump( copy($src_file_name, $dest_file_name) );
86 *** Test copy() function: destination file names containing special characters ***
87 Size of the source file before copy operation => int(1500)
89 --- Now applying copy() on source file to create copies ---
120 Warning: copy(%s): %s
126 Warning: copy(%s): %s
153 Warning: copy(%s): %s
[all …]
H A Dcopy_variation2-win32.phpt2 Test copy() function: usage variations - destination file names(special chars)
45 echo "Size of the source file before copy operation => ";
49 echo "\n--- Now applying copy() on source file to create copies ---";
56 var_dump( copy($src_file_name, $dest_file_name) );
86 *** Test copy() function: destination file names containing special characters ***
87 Size of the source file before copy operation => int(1500)
89 --- Now applying copy() on source file to create copies ---
120 Warning: copy(%s): %s
126 Warning: copy(%s): %s
153 Warning: copy(%s): %s
[all …]
/php-src/ext/intl/tests/
H A Dregression_sort_and_cow.phpt2 Regression: sort() and copy-on-write.
8 * Check if collator_sort() properly supports copy-on-write.
13 * Sort the array and the first copy.
14 * Check if the second copy remains unsorted.
26 // Sort given array and the first copy of it.
31 // The second copy should remain unsorted.
H A Dregression_sortwsk_and_cow.phpt2 Regression: sort_wsk() and copy-on-write.
9 * properly supports copy-on-write.
14 * Sort the array and the first copy.
15 * Check if the second copy remains unsorted.
27 // Sort given array and the first copy of it.
32 // The second copy should remain unsorted.
/php-src/ext/curl/tests/
H A Dcurl_copy_handle_basic_002.phpt13 echo '*** Testing curl copy handle with simple POST ***' . "\n";
24 $copy = curl_copy_handle($ch);
27 $curl_content = curl_exec($copy);
28 curl_close($copy);
33 *** Testing curl copy handle with simple POST ***
H A Dcurl_copy_handle_basic_007.phpt10 echo '*** Testing curl copy handle with simple POST using array as arguments ***' . "\n";
22 $copy = curl_copy_handle($ch);
25 $curl_content = curl_exec($copy);
26 curl_close($copy);
31 *** Testing curl copy handle with simple POST using array as arguments ***
/php-src/Zend/tests/
H A Dbug34518.phpt7 $copy = $arr;
9 unset($copy["foo"][0]);
11 print_r($copy);
H A Dbug72508.phpt16 $copy = $option;
17 $copy['bla'] = 'copy';
H A Dbug71756.phpt16 $copy = $option;
17 $copy['bla'] = 'copy';
/php-src/ext/dba/tests/
H A Dbug65708.phpt2 Bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write)
18 $copy = $key;
21 echo gettype($copy)."\n";
26 echo gettype($copy)."\n";
/php-src/ext/gd/tests/
H A Dcopypalette.phpt23 echo "copy palette 255 colors: ";
36 echo 'copy palette 1 color and alpha: ';
41 copy palette 255 colors: ok
42 copy palette 1 color and alpha: ok
/php-src/win32/build/
H A Dmkdist.php227 copy("$build_dir/php.exe", "$dist_dir/php.exe");
233 copy("$build_dir/$phplib", "$dist_dir/dev/$phplib");
237 copy("$build_dir/$phppdb", "$dist_dir/dev/$phppdb");
270 copy($src, $dist_dir . '/' . $dest);
325 copy($dll, "$dist_dir/" . basename($dll));
407 copy($dll, "$pecl_dir/" . basename($dll));
428 copy($fs, $fd);
519 copy('run-tests.php', $test_dir . '/run-tests.php');
548 copy($url, $destfilename);
582 copy($item, "$dist_dir/$bi");
[all …]
/php-src/ext/phar/tests/tar/
H A Dphar_copy.phpt2 Phar: copy() tar-based
25 $p->copy('a', 'b');
27 $p->copy('b', 'c');
30 copy($fname, $fname2);
32 $p->copy('a', $ename);
/php-src/ext/phar/tests/zip/
H A Dphar_copy.phpt2 Phar: copy() zip-based
24 $p->copy('a', 'b');
26 $p->copy('b', 'c');
29 copy($fname, $fname2);
31 $p->copy('a', $ename);
/php-src/tests/classes/
H A Dclone_001.phpt14 $copy = clone $obj;
15 $copy->p3 = 'C';
19 var_dump($copy);
H A Dclone_002.phpt16 $copy = clone $obj;
17 $copy->p3 = 'C';
21 var_dump($copy);

Completed in 23 milliseconds

12345678910>>...13