Home
last modified time | relevance | path

Searched refs:copy (Results 126 – 150 of 298) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/zip/tests/
H A Doo_addemptydir.phpt15 copy($dirname . 'test.zip', $file);
H A Doo_addfile.phpt15 copy($dirname . 'test.zip', $file);
H A Dbug64342_1.phpt15 copy($dirname . 'test.zip', $file);
/PHP-5.5/ext/phar/tests/cache_list/
H A Dcopyonwrite5.phar.phpt2 Phar: copy-on-write test 5 [cache_list]
H A Dcopyonwrite4a.phpt2 Phar: copy-on-write test 4a [cache_list]
H A Dcopyonwrite6.phar.phpt2 Phar: copy-on-write test 6 [cache_list]
/PHP-5.5/Zend/tests/
H A Dbug37715.phpt2 Bug #37715 (array pointers resetting on copy)
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt21 // copy the handle
H A Dcurl_copy_handle_variation1.phpt20 // copy the handle
/PHP-5.5/ext/exif/tests/
H A Dexif002.phpt13 copy of test1.jpg as a thumbnail.
/PHP-5.5/main/
H A Dbuild-defs.h.in11 | If you did not receive a copy of the PHP license and are unable to |
13 | license@php.net so we can mail you a copy immediately. |
/PHP-5.5/ext/phar/tests/
H A Dbug46060.phpt17 copy($fname, $fname2);
H A Dbug65028.phpt136 copy(__DIR__ . "/bug65028.phar", __DIR__ . "/bug65028-copy.phar");
141 $phar = new Phar(__DIR__ . "/bug65028-copy.phar");
152 @unlink(__DIR__ . "/bug65028-copy.phar");
H A Dsecurity.phpt25 copy($fname, $fname2);
H A Dphar_oo_getcontentsgz.phpt18 copy($fname, $fname2);
/PHP-5.5/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt13 copy($f, $f2);
/PHP-5.5/ext/phar/tests/tar/
H A Dlinks.phpt10 copy(dirname(__FILE__) . '/files/links.tar', $fname);
/PHP-5.5/ext/phar/
H A Dphar_path_check.re11 | If you did not receive a copy of the PHP license and are unable to |
13 | license@php.net so we can mail you a copy immediately. |
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME.ja57 1. copy win32\Makefile Makefile
58 2. copy win32\config.h config.h
65 4. copy win32\testc.c testc.c
/PHP-5.5/ext/phar/tests/zip/
H A Dlargezip.phpt19 copy($fname, $fname2);
H A Dnotphar.phpt13 copy(dirname(__FILE__) . '/files/zip.zip', $fname);
/PHP-5.5/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-5.5/win32/
H A Dglob.c723 char *copy; local
749 if ((copy = malloc(len)) != NULL) {
750 if (g_Ctoc(path, copy, len)) {
751 free(copy);
754 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
764 return(copy == NULL ? GLOB_NOSPACE : 0);
/PHP-5.5/Zend/
H A Dzend_vm_execute.h4146 zval *copy; in ZEND_YIELD_SPEC_CONST_CONST_HANDLER() local
4178 zval *copy; in ZEND_YIELD_SPEC_CONST_CONST_HANDLER() local
4871 zval *copy; in ZEND_YIELD_SPEC_CONST_TMP_HANDLER() local
5891 zval *copy; in ZEND_YIELD_SPEC_CONST_VAR_HANDLER() local
6623 zval *copy; in ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER() local
7375 zval *copy; in ZEND_YIELD_SPEC_CONST_CV_HANDLER() local
9406 zval *copy; in ZEND_YIELD_SPEC_TMP_CONST_HANDLER() local
10101 zval *copy; in ZEND_YIELD_SPEC_TMP_TMP_HANDLER() local
11123 zval *copy; in ZEND_YIELD_SPEC_TMP_VAR_HANDLER() local
11708 zval *copy; in ZEND_YIELD_SPEC_TMP_UNUSED_HANDLER() local
[all …]
/PHP-5.5/ext/pspell/tests/
H A D005.phpt23 copy($wordlist, "$wordlist.tmp");

Completed in 412 milliseconds

12345678910>>...12