Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.2/ext/zip/tests/
H A Doo_addemptydir.phpt12 copy($dirname . 'test.zip', $file);
H A Doo_unchangeIndex.phpt11 copy($dirname.'test.zip', $file);
H A Doo_unchangeName.phpt11 copy($dirname.'test.zip', $file);
H A Dbug7658.phpt28 copy($dirname . 'bug7658.odt', $file);
H A Doo_add_from_string.phpt17 copy(__DIR__ . '/test.zip', $file);
H A Doo_replacefile.phpt12 copy($dirname . 'test.zip', $file);
/PHP-8.2/Zend/asm/
H A Dmake_x86_64_ms_pe_masm.asm4 ; (See accompanying file LICENSE_1_0.txt or copy at
/PHP-8.2/ext/phar/tests/zip/
H A Dlargezip.phpt19 copy($fname, $fname2);
H A Dnotphar.phpt14 copy(__DIR__ . '/files/zip.zip', $fname);
H A Dexists_as_phar.phpt20 copy($fname, $tname);
/PHP-8.2/ext/opcache/
H A Dzend_persist.c176 zend_persist_zval(&copy->val); in zend_persist_ast()
177 node = (zend_ast *) copy; in zend_persist_ast()
180 zend_ast_list *copy = zend_shared_memdup(ast, in zend_persist_ast() local
183 if (copy->child[i]) { in zend_persist_ast()
184 copy->child[i] = zend_persist_ast(copy->child[i]); in zend_persist_ast()
187 node = (zend_ast *) copy; in zend_persist_ast()
294 zend_accel_store_interned_string(copy->name); in zend_persist_attributes()
297 for (i = 0; i < copy->argc; i++) { in zend_persist_attributes()
298 if (copy->args[i].name) { in zend_persist_attributes()
301 zend_persist_zval(&copy->args[i].value); in zend_persist_attributes()
[all …]
/PHP-8.2/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-8.2/ext/phar/tests/
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);
H A Dphar_gzip.phpt35 copy($fname, $fname2);
/PHP-8.2/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-8.2/ext/phar/tests/tar/
H A Dtar_makebz2.phpt20 copy($fname2, $fname3);
H A Dtar_makegz.phpt21 copy($fname2, $fname3);
H A Dexists_as_phar.phpt20 copy($fname, $tname);
/PHP-8.2/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-8.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_rename_mb_names.phpt45 var_dump(copy($fw_orig, $fw_copied));
/PHP-8.2/ext/standard/tests/file/
H A Dbug75679.phpt17 if (copy (__FILE__, $file) && is_file ($file))

Completed in 32 milliseconds

12345678910>>...13