Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.0/ext/zip/tests/
H A Doo_unchangeName.phpt11 copy($dirname.'test.zip', $file);
H A Dbug7658.phpt30 copy($dirname . 'bug7658.odt', $file);
H A Doo_replacefile.phpt14 copy($dirname . 'test.zip', $file);
H A Doo_add_from_string.phpt16 copy(__DIR__ . '/test.zip', $file);
H A Doo_addfile.phpt14 copy($dirname . 'test.zip', $file);
/PHP-8.0/ext/phar/tests/
H A Dphar_oo_getcontentsgz.phpt17 copy($fname, $fname2);
H A Dsecurity.phpt25 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 Dphar_gzip.phpt37 copy($fname, $fname2);
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
H A Dphar_bz2.phpt37 copy($fname, $fname2);
/PHP-8.0/ext/phar/tests/zip/
H A Dnotphar.phpt14 copy(__DIR__ . '/files/zip.zip', $fname);
H A Dexists_as_phar.phpt20 copy($fname, $tname);
/PHP-8.0/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.0/ext/standard/tests/file/windows_mb_path/
H A Dtest_rename_mb_names.phpt45 var_dump(copy($fw_orig, $fw_copied));
/PHP-8.0/ext/phar/tests/tar/
H A Dphar_setalias.phpt34 copy($fname, $fname2);
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.0/ext/standard/tests/file/
H A Dbug75679.phpt17 if (copy (__FILE__, $file) && is_file ($file))
/PHP-8.0/sapi/cli/tests/
H A D019.phpt33 If you did not receive a copy of the PHP license, or have any
/PHP-8.0/win32/
H A Dglob.c714 char *copy; local
741 if ((copy = malloc(len)) != NULL) {
742 if (g_Ctoc(path, copy, len)) {
743 free(copy);
746 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
756 return(copy == NULL ? GLOB_NOSPACE : 0);
/PHP-8.0/ext/pspell/tests/
H A D005.phpt24 copy($wordlist, "$wordlist.tmp");
/PHP-8.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic10.phpt33 [�] => ©
/PHP-8.0/ext/exif/tests/
H A Dexif000.phpt13 copy of test1.jpg as a thumbnail.

Completed in 30 milliseconds

12345678910>>...12