Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/phar/tests/
H A Dsecurity.phpt25 copy($fname, $fname2);
H A Dphar_gzip.phpt37 copy($fname, $fname2);
H A Dbadparameters.phpt112 $a->copy(array());
114 $a->copy('a', 'b');
186 Warning: Phar::copy() expects exactly 2 parameters, 1 given in %sbadparameters.php on line %d
187 Cannot copy "a" to "b", phar is read-only
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
H A Dphar_convert_tar.phpt33 copy($fname2, $fname3);
H A Dphar_convert_zip.phpt33 copy($fname2, $fname3);
/PHP-7.4/ext/standard/tests/file/windows_mb_path/
H A Dtest_rename_mb_names.phpt45 var_dump(copy($fw_orig, $fw_copied));
/PHP-7.4/ext/phar/tests/tar/
H A Dtar_makebz2.phpt20 copy($fname2, $fname3);
H A Dphar_setalias.phpt34 copy($fname, $fname2);
H A Dtar_makegz.phpt21 copy($fname2, $fname3);
H A Dexists_as_phar.phpt20 copy($fname, $tname);
H A Dtar_gzip.phpt36 copy($fname, $fname2);
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
/PHP-7.4/ext/standard/tests/file/
H A Dbug75679.phpt17 if (copy (__FILE__, $file) && is_file ($file))
/PHP-7.4/sapi/cli/tests/
H A D019.phpt33 If you did not receive a copy of the PHP license, or have any
/PHP-7.4/ext/zip/tests/
H A Dbug7658.phpt30 copy($dirname . 'bug7658.odt', $file);
H A Doo_addfile.phpt14 copy($dirname . 'test.zip', $file);
H A Doo_addpattern.phpt19 copy(__DIR__ . '/test.zip', $file);
H A Doo_addglob.phpt19 copy(__DIR__ . '/test.zip', $file);
/PHP-7.4/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-7.4/ext/phar/tests/zip/
H A Dexists_as_phar.phpt20 copy($fname, $tname);
/PHP-7.4/ext/pspell/tests/
H A D005.phpt24 copy($wordlist, "$wordlist.tmp");
/PHP-7.4/ext/standard/tests/strings/
H A Dget_html_translation_table_basic10.phpt33 [�] => ©
/PHP-7.4/ext/exif/tests/
H A Dexif000.phpt13 copy of test1.jpg as a thumbnail.
/PHP-7.4/ext/standard/tests/array/
H A Darray_pad_variation4.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size

Completed in 38 milliseconds

12345678910>>...12