Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-8.0/ext/phar/tests/tar/
H A Dtar_gzip.phpt36 copy($fname, $fname2);
H A Dtar_nostub.phpt28 copy($fname, $fname2);
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
H A Dall.phpt28 copy($fname, $fname2);
H A Dphar_convert_phar.phpt31 copy($fname3, $fname2);
H A Dtar_bz2.phpt41 copy($fname, $fname2);
H A Dphar_convert_phar2.phpt32 copy($fname . '.gz', $fname2);
H A Dphar_convert_phar3.phpt32 copy($fname . '.bz2', $fname2);
/PHP-8.0/ext/zip/tests/
H A Doo_addpattern.phpt19 copy(__DIR__ . '/test.zip', $file);
H A Doo_addglob.phpt19 copy(__DIR__ . '/test.zip', $file);
/PHP-8.0/ext/exif/tests/
H A Dexif001.phpt13 copy of test1.jpg as a thumbnail.
/PHP-8.0/ext/phar/tests/
H A Dphar_convert_tar.phpt33 copy($fname2, $fname3);
H A Dphar_convert_zip.phpt33 copy($fname2, $fname3);
H A Dbadparameters.phpt161 $a->copy(array());
166 $a->copy('a', 'b');
256 Phar::copy() expects exactly 2 arguments, 1 given
257 Cannot copy "a" to "b", phar is read-only
H A Dstat2_5.3.phpt15 copy(__DIR__ . '/tar/files/links.tar', $fname2);
H A Dzf_test.phpt16 copy($orig_file, $tgz_file);
H A Dphar_convert_tar2.phpt36 copy($fname2, $fname3);
/PHP-8.0/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.phpt18 copy(__DIR__ . '/files/metadata.phar.zip', $fname);
/PHP-8.0/ext/standard/tests/array/
H A Darray_shift_variation8.phpt9 * it will return a *copy* of the first element of the array,
/PHP-8.0/Zend/
H A Dzend_constants.c470 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant() local
472 memcpy(copy, c, sizeof(zend_constant)); in zend_hash_add_constant()
473 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
475 pefree(copy, ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant()
/PHP-8.0/ext/imap/tests/
H A DREADME.md22 group and user which is used by Dovecot for the mailbox. It will also copy the
/PHP-8.0/tests/classes/
H A Darray_access_005.phpt45 $x = $people[0]; // creates a copy

Completed in 39 milliseconds

12345678910>>...12