Home
last modified time | relevance | path

Searched refs:copy (Results 51 – 75 of 316) sorted by relevance

12345678910>>...13

/php-src/ext/curl/tests/
H A Dcurl_copy_handle_basic_004.phpt25 $copy = curl_copy_handle($ch);
28 $curl_content_copy = curl_exec($copy);
29 curl_close($copy);
H A Dcurl_copy_handle_basic_005.phpt27 $copy = curl_copy_handle($ch);
30 $curl_content_copy = curl_exec($copy);
31 curl_close($copy);
H A Dcurl_copy_handle_variation2.phpt13 echo "*** Testing curl_copy_handle(): add options after copy ***\n";
18 // copy the handle
36 *** Testing curl_copy_handle(): add options after copy ***
/php-src/ext/standard/tests/file/
H A Dbug66509.phpt2 Bug #66509 (copy() showing $context parameter as required)
6 $r = new \ReflectionFunction('copy');
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 Dbug65701.phpt2 Test for bug #65701: copy() doesn't work when destination filename is created by tempnam()
18 copy($src, $dst);
H A Dcopy_variation2.phpt2 Test copy() function: usage variations - destination file names(special chars)
10 /* Test copy() function: In creation of destination file names containing special characters
14 echo "*** Test copy() function: destination file names containing special characters ***\n";
47 echo "Size of the source file before copy operation => ";
51 echo "\n--- Now applying copy() on source file to create copies ---";
58 var_dump( copy($src_file_name, $dest_file_name) );
87 *** Test copy() function: destination file names containing special characters ***
88 Size of the source file before copy operation => int(1500)
90 --- Now applying copy() on source file to create copies ---
H A Dbug32160.txt1 copy test
/php-src/ext/phar/tests/
H A D029.phpt25 copy($fname1, $fname2);
28 var_dump(Phar::loadPhar($fname1, 'copy'));
32 var_dump(Phar::loadPhar($fname2, 'copy'));
48 alias "copy" is already used for archive "%s029.1.phar.php" cannot be overloaded with "%s029.2.phar…
H A Dgh13833.phpt28 $fname_new = "$fname.copy.phar";
29 copy($fname, $fname_new);
41 unlink(__DIR__ . '/gh13833.phar.copy.phar');
47 internal corruption of phar "%sgh13833.phar.copy.phar" (trying to read past buffer end)
H A Dphar_metadata_write2.phpt28 $fname_new = "$fname.copy.php";
29 copy($fname, $fname_new);
37 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php.copy.php');
/php-src/win32/build/
H A DMakefile236 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
241 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
242 @copy build\gen_stub.php $(BUILD_DIR_DEV)\build\ /y >nul
243 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
244 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
246 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
247 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
248 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
249 @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
251 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
[all …]
/php-src/ext/phar/tests/tar/
H A Dphar_setalias.phpt12 $fname2 = __DIR__ . '/' . basename(__FILE__, '.php') . '.copy.phar.tar';
34 copy($fname, $fname2);
43 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.copy.phar.tar');
/php-src/ext/standard/tests/streams/
H A Dbug70362.phpt2 Bug #70362 (Can't copy() large 'data://' with open_basedir)
10 var_dump(copy($data, $file));
/php-src/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt26 copy($fname, $fname2);
32 copy($fname2, $fname3);
38 copy($fname3, $fname4);
46 copy($fname4, $fname5);
60 copy($fname5, $fname6);
/php-src/ext/spl/tests/
H A Dbug42654_2.phpt17 $copy = $iterator->getArrayCopy();
18 var_dump($copy);
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
/php-src/ext/zlib/tests/
H A Dzlib_scheme_copy_basic.phpt2 Test compress.zlib:// scheme with the copy function: compressed to compressed
12 copy($srcFile, $destFile);
H A Dzlib_scheme_copy_variation1.phpt2 Test compress.zlib:// scheme with the copy function: compressed to uncompressed
12 copy($srcFile, $destFile);
/php-src/ext/simplexml/tests/
H A D002.phpt27 $copy = clone $sxe;
29 var_dump($copy);
/php-src/ext/fileinfo/tests/
H A Dbug67647-mb.phpt21 if (!copy($src, $f) || empty(glob($f))) {
22 die("failed to copy '$src' to '$f'");
H A Dbug61964-mb.phpt16 $magic_file_copy = $dir . "/magic私はガラスを食べられます.copy";
18 copy($magic_file, $magic_file_copy);
19 copy($magic_file, $magic_file_copy2);
H A Dbug61964.phpt16 $magic_file_copy = $dir . "/magic.copy";
18 copy($magic_file, $magic_file_copy);
19 copy($magic_file, $magic_file_copy2);
/php-src/tests/classes/
H A Dclone_003.phpt28 $copy = clone $obj;
32 print_r($copy);
/php-src/main/
H A Dinternal_functions.c.in9 | If you did not receive a copy of the PHP license and are unable to |
11 | license@php.net so we can mail you a copy immediately. |

Completed in 46 milliseconds

12345678910>>...13