Home
last modified time | relevance | path

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

12345678910>>...13

/php-src/ext/zip/tests/
H A Doo_replacefile.phpt12 copy($dirname . 'test.zip', $file);
H A Doo_add_from_string.phpt17 copy(__DIR__ . '/test.zip', $file);
H A Doo_addpattern.phpt17 copy(__DIR__ . '/test.zip', $file);
/php-src/ext/phar/tests/
H A Dphar_gzip.phpt35 copy($fname, $fname2);
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);
/php-src/ext/phar/tests/tar/
H A Dexists_as_phar.phpt20 copy($fname, $tname);
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_phar2.phpt32 copy($fname . '.gz', $fname2);
H A Dphar_convert_phar3.phpt32 copy($fname . '.bz2', $fname2);
/php-src/ext/phar/tests/zip/
H A Dexists_as_phar.phpt20 copy($fname, $tname);
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
/php-src/ext/standard/tests/file/
H A Dbug75679.phpt17 if (copy (__FILE__, $file) && is_file ($file))
H A Dgh13136.phpt43 copy(__DIR__ . "/gh13071.tmp", "up://" . __DIR__ . "/gh13071.out.tmp");
/php-src/sapi/cli/tests/
H A D019.phpt33 If you did not receive a copy of the PHP license, or have any
/php-src/ext/exif/tests/
H A Dexif000.phpt13 copy of test1.jpg as a thumbnail.
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic10.phpt33 [�] => ©
/php-src/Zend/
H A Dzend_constants.c539 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant() local
541 memcpy(copy, c, sizeof(zend_constant)); in zend_hash_add_constant()
542 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
544 pefree(copy, ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant()

Completed in 22 milliseconds

12345678910>>...13