Searched refs:copy (Results 176 – 200 of 298) sorted by relevance
12345678910>>...12
/PHP-5.5/ext/phar/tests/ |
H A D | phar_convert_zip.phpt | 33 copy($fname2, $fname3);
|
H A D | phar_bz2.phpt | 38 copy($fname, $fname2);
|
H A D | phar_gzip.phpt | 40 copy($fname, $fname2);
|
H A D | phar_convert_tar2.phpt | 36 copy($fname2, $fname3);
|
H A D | phar_convert_tar3.phpt | 36 copy($fname2 . '.bz2', $fname3);
|
H A D | stat2.phpt | 18 copy(dirname(__FILE__) . '/tar/files/links.tar', $fname2);
|
/PHP-5.5/ext/phar/tests/tar/ |
H A D | phar_convert_phar.phpt | 31 copy($fname3, $fname2);
|
H A D | tar_bz2.phpt | 43 copy($fname, $fname2);
|
H A D | tar_bz2U.phpt | 43 copy($fname, $fname2);
|
H A D | tar_gzip.phpt | 39 copy($fname, $fname2);
|
H A D | phar_convert_phar2.phpt | 32 copy($fname . '.gz', $fname2);
|
H A D | phar_convert_phar3.phpt | 32 copy($fname . '.bz2', $fname2);
|
H A D | all.phpt | 32 copy($fname, $fname2);
|
H A D | allU.phpt | 32 copy($fname, $fname2);
|
H A D | phar_convert_phar4.phpt | 36 copy($fname . '.gz', $fname2);
|
/PHP-5.5/ext/interbase/tests/ |
H A D | 004.phpt | 98 …ibase_blob_add($bl_h, "| You should have received a copy of both licenses referred to here. |\n"… 153 | You should have received a copy of both licenses referred to here. | 178 | You should have received a copy of both licenses referred to here. |
|
/PHP-5.5/ext/mbstring/oniguruma/ |
H A D | README | 56 1. copy win32\Makefile Makefile 57 2. copy win32\config.h config.h 64 4. copy win32\testc.c testc.c
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | array_pad_variation5.phpt | 6 * Description: Returns a copy of input array padded with pad_value to size pad_size
|
H A D | array_pad_error.phpt | 6 * Description: Returns a copy of input array padded with pad_value to size pad_size
|
H A D | array_shift_variation8.phpt | 14 * it will return a *copy* of the first element of the array,
|
/PHP-5.5/tests/classes/ |
H A D | array_access_005.phpt | 45 $x = $people[0]; // creates a copy
|
/PHP-5.5/ext/exif/tests/ |
H A D | exif003.phpt | 19 copy of test1.jpg as a thumbnail.
|
/PHP-5.5/win32/build/ |
H A D | DSP.README | 31 configure again after saving, and you have a working copy of MSVS
|
/PHP-5.5/ext/ereg/regex/ |
H A D | regcomp.c | 931 register sopno copy; local 965 copy = dupl(p, start+1, finish+1); 966 assert(copy == finish+4); 967 repeat(p, copy, 1, to-1); 974 copy = dupl(p, start, finish); 975 repeat(p, copy, from-1, to-1); 978 copy = dupl(p, start, finish); 979 repeat(p, copy, from-1, to);
|
/PHP-5.5/ext/standard/ |
H A D | file.h | 55 PHP_FUNCTION(copy);
|
Completed in 73 milliseconds
12345678910>>...12