Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/ext/phar/tests/tar/
H A Dtar_bz2.phpt41 copy($fname, $fname2);
H A Dtar_nostub.phpt28 copy($fname, $fname2);
H A Dall.phpt30 copy($fname, $fname2);
H A Dphar_convert_phar.phpt31 copy($fname3, $fname2);
H A Dphar_convert_phar2.phpt32 copy($fname . '.gz', $fname2);
H A Dphar_convert_phar3.phpt32 copy($fname . '.bz2', $fname2);
H A Dbignames.phpt18 copy($fname, $fname2);
H A Dphar_convert_phar4.phpt36 copy($fname . '.gz', $fname2);
/PHP-7.4/ext/phar/tests/zip/
H A D033.phpt24 copy($fname, $fname2);
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
H A Dphar_convert_phar.phpt31 copy($fname3, $fname2);
H A Dgetalias.phpt17 copy(__DIR__ . '/files/metadata.phar.zip', $fname);
H A Dmetadata_write_commit.phpt29 copy($f2name, $fname);
/PHP-7.4/ext/exif/tests/
H A Dexif001.phpt13 copy of test1.jpg as a thumbnail.
H A Dexif003.phpt19 copy of test1.jpg as a thumbnail.
/PHP-7.4/ext/phar/tests/
H A Dphar_bz2.phpt37 copy($fname, $fname2);
H A Dzf_test.phpt16 copy($orig_file, $tgz_file);
H A Dphar_convert_tar2.phpt36 copy($fname2, $fname3);
H A Dphar_convert_tar3.phpt36 copy($fname2 . '.bz2', $fname3);
H A Dstat2_5.3.phpt17 copy(__DIR__ . '/tar/files/links.tar', $fname2);
H A Ddir.phpt22 copy($fname, $fname2);
26 copy($fname, $fname3);
/PHP-7.4/Zend/
H A Dzend_constants.c479 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant() local
481 memcpy(copy, c, sizeof(zend_constant)); in zend_hash_add_constant()
482 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
484 pefree(copy, ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant()
/PHP-7.4/tests/classes/
H A Darray_access_005.phpt45 $x = $people[0]; // creates a copy
/PHP-7.4/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_shift_variation8.phpt14 * it will return a *copy* of the first element of the array,

Completed in 24 milliseconds

12345678910>>...12