Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.3/Zend/tests/
H A Dbug37715.phpt2 Bug #37715 (array pointers resetting on copy)
/PHP-5.3/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.3/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.3/ext/phar/tests/
H A Dbug46060.phpt17 copy($fname, $fname2);
H A Dsecurity.phpt26 copy($fname, $fname2);
H A Dbadparameters.phpt91 $a->copy(array());
93 $a->copy('a', 'b');
165 Warning: Phar::copy() expects exactly 2 parameters, 1 given in %sbadparameters.php on line %d
166 Cannot copy "a" to "b", phar is read-only
H A Dphar_oo_getcontentsgz.phpt18 copy($fname, $fname2);
/PHP-5.3/ext/phar/tests/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.3/ext/exif/tests/
H A Dexif002.phpt14 copy of test1.jpg as a thumbnail.
/PHP-5.3/ext/zlib/tests/
H A Dzlib_wrapper_ftruncate_basic.phpt13 copy($f, $f2);
/PHP-5.3/ext/phar/tests/tar/
H A Dlinks.phpt10 copy(dirname(__FILE__) . '/files/links.tar', $fname);
H A Dphar_setalias.phpt34 copy($fname, $fname2);
H A Dtar_makebz2.phpt21 copy($fname2, $fname3);
H A Dtar_makegz.phpt22 copy($fname2, $fname3);
/PHP-5.3/ext/mbstring/oniguruma/
H A DREADME.ja54 1. copy win32\Makefile Makefile
55 2. copy win32\config.h config.h
62 4. copy win32\testc.c testc.c
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_debug.c1428 zval tmp, copy; \
1431 zend_make_printable_zval(&tmp, &copy, &use_copy); \
1432 TRACE_APPEND_STRL(Z_STRVAL(copy), Z_STRLEN(copy)); \
1433 zval_dtor(&copy); \
1439 zval copy; \
1441 zend_make_printable_zval((zv), &copy, &use_copy); \
1442 TRACE_APPEND_STRL(Z_STRVAL(copy), Z_STRLEN(copy)); \
1443 zval_dtor(&copy); \
1454 zval copy; \
1457 TRACE_APPEND_STRL(Z_STRVAL(copy), Z_STRLEN(copy)); \
[all …]
/PHP-5.3/ext/phar/tests/zip/
H A Dlargezip.phpt19 copy($fname, $fname2);
H A Dnotphar.phpt13 copy(dirname(__FILE__) . '/files/zip.zip', $fname);
/PHP-5.3/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.3/win32/
H A Dglob.c714 char *copy; local
740 if ((copy = malloc(len)) != NULL) {
741 if (g_Ctoc(path, copy, len)) {
742 free(copy);
745 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
755 return(copy == NULL ? GLOB_NOSPACE : 0);
/PHP-5.3/ext/pspell/tests/
H A D005.phpt23 copy($wordlist, "$wordlist.tmp");
/PHP-5.3/ext/zip/tests/
H A Dbug7658.phpt31 copy($dirname . 'bug7658.odt', $file);
/PHP-5.3/sapi/cli/tests/
H A D019.phpt33 If you did not receive a copy of the PHP license, or have any

Completed in 30 milliseconds

12345678910>>...12