Home
last modified time | relevance | path

Searched refs:copy (Results 151 – 175 of 316) sorted by relevance

12345678910>>...13

/php-src/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));
/php-src/ext/dom/lexbor/
H A DNOTICE8 You may obtain a copy of the License at
/php-src/ext/zip/tests/
H A Doo_unchangeIndex.phpt11 copy($dirname.'test.zip', $file);
H A Doo_unchangeName.phpt11 copy($dirname.'test.zip', $file);
H A Dbug64342_1-mb.phpt12 copy($dirname . 'test.zip', $file);
H A Dbug64342_1.phpt12 copy($dirname . 'test.zip', $file);
H A Doo_addemptydir.phpt12 copy($dirname . 'test.zip', $file);
H A Doo_close_empty.phpt14 copy(__DIR__ . '/test.zip', $name);
H A Dbug7658.phpt28 copy($dirname . 'bug7658.odt', $file);
/php-src/ext/phar/tests/
H A Dphar_oo_getcontentsgz.phpt17 copy($fname, $fname2);
H A Dbug65028.phpt136 copy(__DIR__ . "/bug65028.phar", __DIR__ . "/bug65028-copy.phar");
141 $phar = new Phar(__DIR__ . "/bug65028-copy.phar");
152 @unlink(__DIR__ . "/bug65028-copy.phar");
H A Dsecurity.phpt25 copy($fname, $fname2);
/php-src/ext/phar/tests/zip/
H A Dlargezip.phpt19 copy($fname, $fname2);
H A Dnotphar.phpt14 copy(__DIR__ . '/files/zip.zip', $fname);
/php-src/Zend/asm/
H A Dmake_x86_64_ms_pe_masm.asm4 ; (See accompanying file LICENSE_1_0.txt or copy at
/php-src/ext/phar/
H A Dphar_path_check.re11 | 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-src/win32/
H A Dglob.c680 char *copy; in globextend() local
707 if ((copy = malloc(len)) != NULL) { in globextend()
708 if (g_Ctoc(path, copy, len)) { in globextend()
709 free(copy); in globextend()
712 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy; in globextend()
722 return(copy == NULL ? GLOB_NOSPACE : 0); in globextend()
/php-src/ext/phar/tests/tar/
H A Dtar_makegz.phpt21 copy($fname2, $fname3);
H A Dtar_makebz2.phpt20 copy($fname2, $fname3);
/php-src/ext/zend_test/tests/
H A Dgh10370_1.phpt2 GH-10370: File corruption in _php_stream_copy_to_stream_ex when using copy_file_range - partial copy
H A Dgh10370_2.phpt2 …10370: File corruption in _php_stream_copy_to_stream_ex when using copy_file_range - unlimited copy
H A Dgh10370_3.phpt2 …ion in _php_stream_copy_to_stream_ex when using copy_file_range - partial copy using stream_copy_t…
H A Dgh10370_4.phpt2 …n in _php_stream_copy_to_stream_ex when using copy_file_range - unlimited copy using stream_copy_t…
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_rename_mb_names.phpt45 var_dump(copy($fw_orig, $fw_copied));

Completed in 26 milliseconds

12345678910>>...13