Home
last modified time | relevance | path

Searched refs:copy (Results 151 – 175 of 301) sorted by relevance

12345678910>>...13

/PHP-7.0/ext/zip/tests/
H A Dbug7658.phpt31 copy($dirname . 'bug7658.odt', $file);
H A Doo_addglob.phpt19 copy($dirname . 'test.zip', $file);
H A Doo_addpattern.phpt18 copy($dirname . 'test.zip', $file);
/PHP-7.0/ext/pspell/tests/
H A D005.phpt23 copy($wordlist, "$wordlist.tmp");
/PHP-7.0/ext/phar/tests/tar/
H A Dphar_setalias.phpt34 copy($fname, $fname2);
H A Dexists_as_phar.phpt20 copy($fname, $tname);
H A Dtar_makebz2.phpt21 copy($fname2, $fname3);
H A Dtar_makegz.phpt22 copy($fname2, $fname3);
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
H A Dtar_nostub.phpt29 copy($fname, $fname2);
H A Dphar_convert_phar.phpt31 copy($fname3, $fname2);
/PHP-7.0/ext/phar/tests/
H A Dbadparameters.phpt112 $a->copy(array());
114 $a->copy('a', 'b');
186 Warning: Phar::copy() expects exactly 2 parameters, 1 given in %sbadparameters.php on line %d
187 Cannot copy "a" to "b", phar is read-only
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
H A Dphar_gzipU.phpt40 copy($fname, $fname2);
/PHP-7.0/ext/phar/tests/zip/
H A Dexists_as_phar.phpt20 copy($fname, $tname);
H A Dalias_acrobatics.phpt22 copy($fname, $fname2);
H A Dgetalias.phpt17 copy(dirname(__FILE__) . '/files/metadata.phar.zip', $fname);
/PHP-7.0/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-7.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic10.phpt33 [�] => ©
/PHP-7.0/ext/opcache/
H A Dzend_persist.c254 zend_ast_zval *copy = zend_accel_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast() local
255 zend_persist_zval(&copy->val); in zend_persist_ast()
256 node = (zend_ast *) copy; in zend_persist_ast()
259 zend_ast_list *copy = zend_accel_memdup(ast, in zend_persist_ast() local
262 if (copy->child[i]) { in zend_persist_ast()
263 copy->child[i] = zend_persist_ast(copy->child[i]); in zend_persist_ast()
266 node = (zend_ast *) copy; in zend_persist_ast()
/PHP-7.0/ext/standard/tests/array/
H A Darray_pad_variation4.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
/PHP-7.0/ext/pdo_sqlite/
H A Dconfig.w3210 …// If pdo_sqlite is static, and sqlite3 is also static, then we don't add a second copy of the sql…
/PHP-7.0/build/
H A Dax_check_compile_flag.m442 # You should have received a copy of the GNU General Public License along
46 # gives unlimited permission to copy, distribute and modify the configure
/PHP-7.0/Zend/
H A Dzend_constants.c451 zend_constant *copy = pemalloc(sizeof(zend_constant), c->flags & CONST_PERSISTENT); in zend_hash_add_constant() local
453 memcpy(copy, c, sizeof(zend_constant)); in zend_hash_add_constant()
454 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
456 pefree(copy, c->flags & CONST_PERSISTENT); in zend_hash_add_constant()

Completed in 34 milliseconds

12345678910>>...13