Home
last modified time | relevance | path

Searched refs:copy (Results 176 – 200 of 298) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/phar/tests/
H A Dphar_convert_zip.phpt33 copy($fname2, $fname3);
H A Dphar_bz2.phpt38 copy($fname, $fname2);
H A Dphar_gzip.phpt40 copy($fname, $fname2);
H A Dphar_convert_tar2.phpt36 copy($fname2, $fname3);
H A Dphar_convert_tar3.phpt36 copy($fname2 . '.bz2', $fname3);
H A Dstat2.phpt18 copy(dirname(__FILE__) . '/tar/files/links.tar', $fname2);
/PHP-5.5/ext/phar/tests/tar/
H A Dphar_convert_phar.phpt31 copy($fname3, $fname2);
H A Dtar_bz2.phpt43 copy($fname, $fname2);
H A Dtar_bz2U.phpt43 copy($fname, $fname2);
H A Dtar_gzip.phpt39 copy($fname, $fname2);
H A Dphar_convert_phar2.phpt32 copy($fname . '.gz', $fname2);
H A Dphar_convert_phar3.phpt32 copy($fname . '.bz2', $fname2);
H A Dall.phpt32 copy($fname, $fname2);
H A DallU.phpt32 copy($fname, $fname2);
H A Dphar_convert_phar4.phpt36 copy($fname . '.gz', $fname2);
/PHP-5.5/ext/interbase/tests/
H A D004.phpt98 …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 DREADME56 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 Darray_pad_variation5.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_pad_error.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Darray_shift_variation8.phpt14 * it will return a *copy* of the first element of the array,
/PHP-5.5/tests/classes/
H A Darray_access_005.phpt45 $x = $people[0]; // creates a copy
/PHP-5.5/ext/exif/tests/
H A Dexif003.phpt19 copy of test1.jpg as a thumbnail.
/PHP-5.5/win32/build/
H A DDSP.README31 configure again after saving, and you have a working copy of MSVS
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c931 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 Dfile.h55 PHP_FUNCTION(copy);

Completed in 41 milliseconds

12345678910>>...12