Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/standard/tests/file/
H A Dbug66509.phpt2 Bug #66509 (copy() showing $context parameter as required)
6 $r = new \ReflectionFunction('copy');
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 /* Prototype: bool copy ( string $source, string $dest );
11 Description: Makes a copy of the file source to dest.
15 /* Test copy() function: In creation of destination file names containing special characters
19 echo "*** Test copy() function: destination file names containing special characters ***\n";
52 echo "Size of the source file before copy operation => ";
56 echo "\n--- Now applying copy() on source file to create copies ---";
63 var_dump( copy($src_file_name, $dest_file_name) );
92 *** Test copy() function: destination file names containing special characters ***
93 Size of the source file before copy operation => int(1500)
[all …]
H A Dbug32160.txt1 copy test
/PHP-7.4/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.phpt15 echo "*** Testing curl_copy_handle(): add options after copy ***\n";
20 // copy the handle
39 *** Testing curl_copy_handle(): add options after copy ***
/PHP-7.4/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-7.4/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-7.4/win32/build/
H A DMakefile136 @copy win32\build\default.manifest $(BUILD_DIR)\$(PHPDLL).manifest >nul
236 @copy $(BUILD_DIR)\$(PHPLIB) $(BUILD_DIR_DEV)\lib /y >nul
241 @copy run-tests.php $(BUILD_DIR_DEV)\script\ /y >nul
242 @copy win32\build\confutils.js $(BUILD_DIR_DEV)\script\ /y >nul
243 @copy win32\build\configure.tail $(BUILD_DIR_DEV)\script\ /y >nul
245 @copy win32\build\Makefile.phpize $(BUILD_DIR_DEV)\script\ /y >nul
246 @copy win32\build\phpize.bat $(BUILD_DIR_DEV)\ /y >nul
247 @copy win32\build\template.rc $(BUILD_DIR_DEV)\build\ /y >nul
248 @copy win32\build\default.manifest $(BUILD_DIR_DEV)\build\ /y >nul
250 @copy $(BUILD_DIR)\devel\phpize.js $(BUILD_DIR_DEV)\script\ /y >nul
[all …]
/PHP-7.4/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";
63 What happens without inner loop reset but copy.
68 What happens with inner loop reset over copy.
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_setsignaturealgo2.phpt24 copy($fname, $fname2);
30 copy($fname2, $fname3);
36 copy($fname3, $fname4);
44 copy($fname4, $fname5);
58 copy($fname5, $fname6);
H A Ddir.phpt22 copy($fname, $fname2);
26 copy($fname, $fname3);
/PHP-7.4/ext/zlib/tests/
H A Dzlib_scheme_copy_basic.phpt2 Test compress.zlib:// scheme with the copy function: compressed to compressed
16 copy($srcFile, $destFile);
H A Dzlib_scheme_copy_variation1.phpt2 Test compress.zlib:// scheme with the copy function: compressed to uncompressed
16 copy($srcFile, $destFile);
/PHP-7.4/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
/PHP-7.4/ext/simplexml/tests/
H A D002.phpt27 $copy = clone $sxe;
29 var_dump($copy);
/PHP-7.4/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.phpt16 $magic_file_copy = $dir . "/magic.copy";
18 copy($magic_file, $magic_file_copy);
19 copy($magic_file, $magic_file_copy2);
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);
/PHP-7.4/tests/classes/
H A Dclone_003.phpt28 $copy = clone $obj;
32 print_r($copy);
/PHP-7.4/main/
H A Dinternal_functions.c.in11 | If you did not receive a copy of the PHP license and are unable to |
13 | license@php.net so we can mail you a copy immediately. |
/PHP-7.4/Zend/tests/
H A Dbug79364.phpt2 Bug #79364 (When copy empty array, next key is unspecified)
H A Darray_append_COW.phpt2 Tests that array manipulation code is correctly dealing with copy on write and splitting on referen…
/PHP-7.4/ext/phar/tests/cache_list/
H A Dcopyonwrite18.phar.phpt2 Phar: copy-on-write test 18 [cache_list]

Completed in 127 milliseconds

12345678910>>...12