Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.2/ext/phar/tests/tar/
H A Dtar_gzip.phpt37 copy($fname, $fname2);
H A Dtar_nostub.phpt29 copy($fname, $fname2);
H A Dphar_convert_phar.phpt31 copy($fname3, $fname2);
H A Dtar_bz2.phpt42 copy($fname, $fname2);
H A Dall.phpt31 copy($fname, $fname2);
H A Dphar_convert_phar2.phpt32 copy($fname . '.gz', $fname2);
H A Dphar_convert_phar3.phpt32 copy($fname . '.bz2', $fname2);
/PHP-7.2/ext/phar/tests/zip/
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
H A D033.phpt24 copy($fname, $fname2);
H A Dgetalias.phpt17 copy(dirname(__FILE__) . '/files/metadata.phar.zip', $fname);
H A Dphar_convert_phar.phpt31 copy($fname3, $fname2);
/PHP-7.2/ext/exif/tests/
H A Dexif001.phpt13 copy of test1.jpg as a thumbnail.
/PHP-7.2/build/
H A Dax_check_compile_flag.m442 # You should have received a copy of the GNU General Public License along
46 # gives unlimited permission to copy, distribute and modify the configure
/PHP-7.2/ext/phar/tests/
H A Dphar_convert_zip.phpt33 copy($fname2, $fname3);
H A Dphar_gzip.phpt38 copy($fname, $fname2);
H A Dphar_bz2.phpt38 copy($fname, $fname2);
H A Dphar_convert_tar.phpt33 copy($fname2, $fname3);
H A Dzf_test.phpt16 copy($orig_file, $tgz_file);
/PHP-7.2/Zend/
H A Dzend_constants.c451 zend_constant *copy = pemalloc(sizeof(zend_constant), c->flags & CONST_PERSISTENT); in zend_hash_add_constant() local
453 memcpy(copy, c, sizeof(zend_constant)); in zend_hash_add_constant()
454 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
456 pefree(copy, c->flags & CONST_PERSISTENT); in zend_hash_add_constant()
/PHP-7.2/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-7.2/
H A Dmakedist91 ./buildconf --copy --force
/PHP-7.2/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-7.2/tests/classes/
H A Darray_access_005.phpt45 $x = $people[0]; // creates a copy

Completed in 195 milliseconds

12345678910>>...13