Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.2/ext/phar/tests/zip/
H A Dnotphar.phpt14 copy(dirname(__FILE__) . '/files/zip.zip', $fname);
H A Dexists_as_phar.phpt20 copy($fname, $tname);
/PHP-7.2/ext/phar/tests/
H A Dsecurity.phpt25 copy($fname, $fname2);
H A Dphar_oo_getcontentsgz.phpt18 copy($fname, $fname2);
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);
/PHP-7.2/ext/standard/tests/file/windows_mb_path/
H A Dtest_rename_mb_names.phpt43 var_dump(copy($fw_orig, $fw_copied));
/PHP-7.2/ext/mbstring/ucgendat/
H A DOPENLDAP_LICENSE16 3. Redistributions must contain a verbatim copy of this document.
46 California, USA. All Rights Reserved. Permission to copy and
/PHP-7.2/win32/
H A Dglob.c717 char *copy; local
743 if ((copy = malloc(len)) != NULL) {
744 if (g_Ctoc(path, copy, len)) {
745 free(copy);
748 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
758 return(copy == NULL ? GLOB_NOSPACE : 0);
/PHP-7.2/sapi/cli/tests/
H A D019.phpt33 If you did not receive a copy of the PHP license, or have any
/PHP-7.2/ext/standard/tests/file/
H A Dbug75679.phpt17 if (copy (__FILE__, $file) && is_file ($file))
/PHP-7.2/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);
/PHP-7.2/ext/pspell/tests/
H A D005.phpt23 copy($wordlist, "$wordlist.tmp");
/PHP-7.2/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.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic10.phpt33 [�] => ©
/PHP-7.2/ext/exif/tests/
H A Dexif000.phpt13 copy of test1.jpg as a thumbnail.
/PHP-7.2/ext/opcache/
H A Dzend_persist.c273 zend_ast_zval *copy = zend_accel_memdup(ast, sizeof(zend_ast_zval)); in zend_persist_ast() local
274 zend_persist_zval(&copy->val); in zend_persist_ast()
275 node = (zend_ast *) copy; in zend_persist_ast()
278 zend_ast_list *copy = zend_accel_memdup(ast, in zend_persist_ast() local
281 if (copy->child[i]) { in zend_persist_ast()
282 copy->child[i] = zend_persist_ast(copy->child[i]); in zend_persist_ast()
285 node = (zend_ast *) copy; in zend_persist_ast()
/PHP-7.2/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.2/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

Completed in 25 milliseconds

12345678910>>...13