Home
last modified time | relevance | path

Searched refs:copy (Results 201 – 225 of 316) sorted by relevance

12345678910>>...13

/php-src/ext/phar/tests/zip/
H A Dphar_convert_phar.phpt31 copy($fname3, $fname2);
H A D033.phpt24 copy($fname, $fname2);
H A Dgetalias.phpt18 copy(__DIR__ . '/files/metadata.phar.zip', $fname);
H A Dmetadata_write_commit.phpt27 copy($f2name, $fname);
H A Dall.phpt30 copy($fname, $fname2);
H A Dphar_oo_compressallbz2.phpt38 copy($fname, $fname2);
/php-src/ext/phar/tests/tar/
H A Dphar_convert_phar.phpt31 copy($fname3, $fname2);
H A Dphar_convert_phar4.phpt36 copy($fname . '.gz', $fname2);
H A Dbignames.phpt18 copy($fname, $fname2);
/php-src/ext/phar/tests/
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, $fname3);
H A Dstat2_5.3.phpt15 copy(__DIR__ . '/tar/files/links.tar', $fname2);
H A Dphar_decompress.phpt26 copy($gz->getPath(), $fname2);
/php-src/ext/exif/tests/
H A Dexif001.phpt13 copy of test1.jpg as a thumbnail.
H A Dexif003.phpt20 copy of test1.jpg as a thumbnail.
/php-src/Zend/asm/
H A Djump_ppc64_sysv_elf_gas.S186 # copy transfer_t into transfer_fn arg registers
206 # copy transfer_t into transfer_fn arg registers
H A DLICENSE4 obtaining a copy of the software and accompanying documentation covered by
H A Dmake_arm64_aapcs_pe_armasm.asm3 ; (See accompanying file LICENSE_1_0.txt or copy at
/php-src/ext/openssl/tests/
H A Dgh9310.phpt24 copy($certFile, $baseDirCertFile);
25 copy($pkFile, $baseDirPkFile);
26 copy(__DIR__ . '/sni_server_uk_cert.pem', $baseDir . '/sni_server_uk_cert.pem');
/php-src/ext/standard/tests/array/
H A Darray_shift_variation8.phpt9 * it will return a *copy* of the first element of the array,
/php-src/ext/zip/tests/
H A Doo_addglob.phpt20 copy(__DIR__ . '/test.zip', $file);
H A Doo_addfile.phpt12 copy($dirname . 'test.zip', $file);
/php-src/tests/classes/
H A Darray_access_005.phpt45 $x = $people[0]; // creates a copy
/php-src/ext/hash/tests/
H A Dhash_serialize_001.phpt37 $copy = unserialize($serial);
38 hash_update($copy, "Can’t tell if this is true or dream");
39 var_dump(hash_final($copy));

Completed in 25 milliseconds

12345678910>>...13