Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.2/ext/zip/tests/
H A Doo_addfile.phpt12 copy($dirname . 'test.zip', $file);
H A Doo_addpattern.phpt17 copy(__DIR__ . '/test.zip', $file);
/PHP-8.2/sapi/cli/tests/
H A D019.phpt33 If you did not receive a copy of the PHP license, or have any
/PHP-8.2/ext/exif/tests/
H A Dexif000.phpt13 copy of test1.jpg as a thumbnail.
H A Dexif001.phpt13 copy of test1.jpg as a thumbnail.
/PHP-8.2/ext/standard/tests/file/
H A Dgh13136.phpt43 copy(__DIR__ . "/gh13071.tmp", "up://" . __DIR__ . "/gh13071.out.tmp");
/PHP-8.2/ext/pspell/tests/
H A D005.phpt25 copy($wordlist, "$wordlist.tmp");
/PHP-8.2/ext/phar/tests/
H A Dphar_bz2.phpt35 copy($fname, $fname2);
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
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 Dphar_convert_tar.phpt33 copy($fname2, $fname3);
H A Dphar_convert_zip.phpt33 copy($fname2, $fname3);
H A Dzf_test.phpt16 copy($orig_file, $tgz_file);
/PHP-8.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic10.phpt33 [�] => ©
/PHP-8.2/ext/phar/tests/tar/
H A Dtar_gzip.phpt34 copy($fname, $fname2);
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
H A Dtar_bz2.phpt39 copy($fname, $fname2);
H A Dtar_nostub.phpt28 copy($fname, $fname2);
H A Dall.phpt26 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);
/PHP-8.2/Zend/
H A Dzend_constants.c548 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant() local
550 memcpy(copy, c, sizeof(zend_constant)); in zend_hash_add_constant()
551 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
553 pefree(copy, ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant()
/PHP-8.2/ext/phar/tests/zip/
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
H A D033.phpt24 copy($fname, $fname2);

Completed in 55 milliseconds

12345678910>>...13