Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.3/ext/phar/tests/
H A Dphar_bz2.phpt38 copy($fname, $fname2);
H A Dphar_gzip.phpt41 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);
H A Dstat2_5.3.phpt18 copy(dirname(__FILE__) . '/tar/files/links.tar', $fname2);
/PHP-5.3/ext/phar/tests/tar/
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);
H A Dbignames.phpt18 copy($fname, $fname2);
H A Dphar_stub.phpt20 copy($fname2, $fname);
/PHP-5.3/tests/classes/
H A Darray_access_005.phpt45 $x = $people[0]; // creates a copy
/PHP-5.3/ext/standard/tests/array/
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.3/win32/build/
H A DDSP.README31 configure again after saving, and you have a working copy of MSVS
/PHP-5.3/ext/exif/tests/
H A Dexif003.phpt19 copy of test1.jpg as a thumbnail.
H A Dexif006.phpt17 copy of test1.jpg as a thumbnail.
/PHP-5.3/ext/ereg/regex/
H A Dregcomp.c923 register sopno copy; local
957 copy = dupl(p, start+1, finish+1);
958 assert(copy == finish+4);
959 repeat(p, copy, 1, to-1);
966 copy = dupl(p, start, finish);
967 repeat(p, copy, from-1, to-1);
970 copy = dupl(p, start, finish);
971 repeat(p, copy, from-1, to);
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dsqlite.w32.h731 int sqlite_bind(sqlite_vm*, int idx, const char *value, int len, int copy);
/PHP-5.3/ext/phar/tests/zip/
H A Dphar_stub.phpt20 copy($fname2, $fname);

Completed in 39 milliseconds

12345678910>>...12