Home
last modified time | relevance | path

Searched refs:copy (Results 126 – 150 of 309) sorted by relevance

12345678910>>...13

/PHP-8.2/ext/phar/tests/
H A Dphar_metadata_write3.phpt35 $fname_new = "$fname.copy.php";
36 copy($fname, $fname_new);
58 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php.copy.php');
H A Dbug46060.phpt18 copy($fname, $fname2);
H A Dphar_oo_getcontentsgz.phpt17 copy($fname, $fname2);
/PHP-8.2/ext/standard/tests/file/
H A Dbug81145.phpt2 Bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files)
33 copy($src, $dst);
/PHP-8.2/ext/zip/tests/
H A Dbug8009.phpt10 copy($src, $filename);
H A Dbug64342_1-mb.phpt12 copy($dirname . 'test.zip', $file);
H A Dbug64342_1.phpt12 copy($dirname . 'test.zip', $file);
/PHP-8.2/ext/standard/tests/strings/
H A Dhtmlentities16.phpt17 string(58) "€©роскошный"
/PHP-8.2/ext/phar/tests/cache_list/
H A Dcopyonwrite9.phar.phpt2 Phar: copy-on-write test 9 [cache_list]
H A Dcopyonwrite10.phar.phpt2 Phar: copy-on-write test 10 [cache_list]
H A Dcopyonwrite5.phar.phpt2 Phar: copy-on-write test 5 [cache_list]
H A Dcopyonwrite6.phar.phpt2 Phar: copy-on-write test 6 [cache_list]
H A Dcopyonwrite4a.phpt2 Phar: copy-on-write test 4a [cache_list]
/PHP-8.2/Zend/tests/traits/
H A Dlanguage013.phpt2 Statics work like expected for language-based copy'n'paste. No link between methods from the same t…
/PHP-8.2/ext/standard/tests/streams/
H A Dbug54623.phpt2 Bug #54623: Segfault when when writing to a persistent socket after closing a copy of the socket
/PHP-8.2/ext/pgsql/tests/
H A D06copy_2.phpt2 PostgreSQL copy functions, part 2
/PHP-8.2/Zend/tests/
H A Dbug67633.phpt2 Bug #67633: A foreach on an array returned from a function not doing copy-on-write
H A Dbug37715.phpt2 Bug #37715 (array pointers resetting on copy)
/PHP-8.2/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt19 // copy the handle
H A Dcurl_copy_handle_variation1.phpt18 // copy the handle
/PHP-8.2/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt9 copy($f, $f2);
/PHP-8.2/ext/exif/tests/
H A Dexif002.phpt13 copy of test1.jpg as a thumbnail.
/PHP-8.2/ext/phar/tests/tar/
H A Dlinks.phpt10 copy(__DIR__ . '/files/links.tar', $fname);
/PHP-8.2/ext/hash/tests/
H A Dhash-clone.phpt12 $copy = clone $orig;
15 var_dump(hash_final($copy));
22 $copy = clone $orig;
25 hash_update($copy, "Can’t tell if this is true or dream");
26 var_dump(hash_final($copy));
H A Dhash_copy_001.phpt12 $copy = hash_copy($orig);
15 var_dump(hash_final($copy));
22 $copy = hash_copy($orig);
25 hash_update($copy, "Can’t tell if this is true or dream");
26 var_dump(hash_final($copy));

Completed in 38 milliseconds

12345678910>>...13