Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.3/ext/standard/tests/file/
H A Dcopy_variation16-win32.phpt2 Test copy() function: usage variations - copy data file across dirs
10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: Trying to create copy of source file
18 echo "*** Testing copy() function: copying data file across directories ***\n";
25 $dirname_with_blank = $sub_dir."/copy variation6";
48 echo "\n--- Now applying copy() on source file to create copies ---";
57 var_dump( copy($src_file_name, $dest) );
85 *** Testing copy() function: copying data file across directories ***
88 --- Now applying copy() on source file to create copies ---
[all …]
H A Dcopy_variation6-win32.phpt2 Test copy() function: usage variations - copy empty file across dirs
10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: Trying to create copy of source file
18 echo "*** Test copy() function: copying file across directories ***\n";
25 $dirname_with_blank = $sub_dir."/copy variation6";
46 echo "\n-- Now applying copy() on source file to create copies --";
52 var_dump( copy($src_file_name, $dest) );
85 *** Test copy() function: copying file across directories ***
88 -- Now applying copy() on source file to create copies --
[all …]
H A Dcopy_variation16.phpt2 Test copy() function: usage variations - copy data file across dirs
10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: Trying to create copy of source file
18 echo "*** Testing copy() function: copying data file across directories ***\n";
25 $dirname_with_blank = $sub_dir."/copy variation6";
48 echo "\n--- Now applying copy() on source file to create copies ---";
57 var_dump( copy($src_file_name, $dest) );
84 *** Testing copy() function: copying data file across directories ***
87 --- Now applying copy() on source file to create copies ---
[all …]
H A Dcopy_variation6.phpt2 Test copy() function: usage variations - copy empty file across dirs
10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: Trying to create copy of source file
18 echo "*** Test copy() function: copying file across directories ***\n";
25 $dirname_with_blank = $sub_dir."/copy variation6";
46 echo "\n-- Now applying copy() on source file to create copies --";
52 var_dump( copy($src_file_name, $dest) );
83 *** Test copy() function: copying file across directories ***
86 -- Now applying copy() on source file to create copies --
[all …]
H A Dcopy_variation1.phpt2 Test copy() function: usage variations - destination file names(numerics/strings)
5 /* Prototype: bool copy ( string $source, string $dest );
6 Description: Makes a copy of the file source to dest.
25 "copy.tmp", //regular file name
36 echo "Size of the source file before copy operation => ";
40 echo "\n-- Now applying copy() on source file to create copies --";
48 var_dump( copy($src_file_name, $dest_file_name) );
79 *** Test copy() function: destination file names containing numerics/strings ***
80 Size of the source file before copy operation => int(1500)
82 -- Now applying copy() on source file to create copies --
[all …]
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_variation2-win32.phpt2 Test copy() function: usage variations - destination file names(special chars)
10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
50 echo "Size of the source file before copy operation => ";
61 var_dump( copy($src_file_name, $dest_file_name) );
94 Size of the source file before copy operation => int(1500)
96 --- Now applying copy() on source file to create copies ---
127 Warning: copy(%s): %s
133 Warning: copy(%s): %s
160 Warning: copy(%s): %s
[all …]
H A Dcopy_variation8.phpt2 Test copy() function: usage variations - copying links across dirs
10 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
15 /* Trying to copy the links across dir paths given in various notations
18 echo "*** Testing copy() function: copying links across different directories ***\n";
26 $dirname_with_blank = $sub_dir."/copy variation6";
53 var_dump( copy($symlink, $dest) );
60 var_dump( copy($hardlink, $dest) );
79 *** Testing copy() function: copying links across different directories ***
/PHP-5.3/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-5.3/win32/build/
H A Dmkdist.php211 copy("$build_dir/php.exe", "$dist_dir/php.exe");
212 copy("$build_dir/$phpdll", "$dist_dir/$phpdll");
216 copy("$build_dir/$phplib", "$dist_dir/dev/$phplib");
255 copy($src, $dist_dir . '/' . $dest);
311 copy($dll, "$dist_dir/" . basename($dll));
350 copy($dll, "$pecl_dir/" . basename($dll));
371 copy($fs, $fd);
462 copy('run-tests.php', $test_dir . '/run-test.php');
491 copy($url, $destfilename);
525 copy($item, "$dist_dir/$bi");
[all …]
H A DMakefile172 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
177 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
178 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
179 @copy win32\build\config.w32.phpize.in $(BUILD_DIR_DEV)\script\ /y >nul
180 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
181 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
182 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
184 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
185 @copy $(BUILD_DIR)\devel\ext_deps.js $(BUILD_DIR_DEV)\script\ /y >nul
193 @copy $(BUILD_DIR)\*.exe $(PHP_PREFIX) /y >nul
[all …]
/PHP-5.3/ext/curl/tests/
H A Dcurl_copy_handle_basic_002.phpt12 echo '*** Testing curl copy handle with simple POST ***' . "\n";
23 $copy = curl_copy_handle($ch);
26 $curl_content = curl_exec($copy);
27 curl_close($copy);
33 *** Testing curl copy handle with simple POST ***
H A Dcurl_copy_handle_basic_007.phpt9 echo '*** Testing curl copy handle with simple POST using array as arguments ***' . "\n";
21 $copy = curl_copy_handle($ch);
24 $curl_content = curl_exec($copy);
25 curl_close($copy);
31 *** Testing curl copy handle with simple POST using array as arguments ***
H A Dcurl_copy_handle_basic_004.phpt24 $copy = curl_copy_handle($ch);
27 $curl_content_copy = curl_exec($copy);
28 curl_close($copy);
H A Dcurl_copy_handle_basic_005.phpt26 $copy = curl_copy_handle($ch);
29 $curl_content_copy = curl_exec($copy);
30 curl_close($copy);
/PHP-5.3/Zend/tests/
H A Dbug34518.phpt7 $copy = $arr;
9 unset($copy["foo"][0]);
11 print_r($copy);
/PHP-5.3/ext/gd/tests/
H A Dcopypalette.phpt25 echo "copy palette 255 colors: ";
38 echo 'copy palette 1 color and alpha: ';
43 copy palette 255 colors: ok
44 copy palette 1 color and alpha: ok
/PHP-5.3/ext/phar/tests/zip/
H A Dphar_copy.phpt2 Phar: copy() zip-based
25 $p->copy('a', 'b');
27 $p->copy('b', 'c');
30 copy($fname, $fname2);
32 $p->copy('a', $ename);
/PHP-5.3/ext/phar/tests/tar/
H A Dphar_copy.phpt2 Phar: copy() tar-based
26 $p->copy('a', 'b');
28 $p->copy('b', 'c');
31 copy($fname, $fname2);
33 $p->copy('a', $ename);
/PHP-5.3/tests/classes/
H A Dclone_001.phpt16 $copy = clone $obj;
17 $copy->p3 = 'C';
21 var_dump($copy);
H A Dclone_002.phpt18 $copy = clone $obj;
19 $copy->p3 = 'C';
23 var_dump($copy);
/PHP-5.3/ext/phar/tests/
H A D029.phpt25 copy($fname1, $fname2);
28 var_dump(Phar::loadPhar($fname1, 'copy'));
32 var_dump(Phar::loadPhar($fname2, 'copy'));
49 alias "copy" is already used for archive "%s029.1.phar.php" cannot be overloaded with "%s029.2.phar…
/PHP-5.3/tests/lang/
H A D031.phpt30 print "What happens without inner loop reset but copy.\n";
41 print "What happens with inner loop reset over copy.\n";
61 What happens without inner loop reset but copy.
66 What happens with inner loop reset over copy.
/PHP-5.3/TSRM/
H A Dbuildconf4 --copy)
5 automake_flags=--copy

Completed in 26 milliseconds

12345678910>>...12