Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.3/ext/phar/tests/zip/
H A Dmetadata_write_commit.phpt30 copy($f2name, $fname);
H A Dmetadata_write_commitU.phpt30 copy($f2name, $fname);
H A Dall.phpt34 copy($fname, $fname2);
H A DallU.phpt34 copy($fname, $fname2);
H A Dphar_oo_compressallbz2.phpt38 copy($fname, $fname2);
/PHP-5.3/ext/standard/
H A Dfile.h55 PHP_FUNCTION(copy);
/PHP-5.3/ext/zip/tests/
H A Doo_properties.phpt14 copy($dirname . 'test_with_comment.zip', $file);
/PHP-5.3/ext/phar/tests/
H A Ddir.phpt22 copy($fname, $fname2);
26 copy($fname, $fname3);
H A Dphar_decompress.phpt26 copy($gz->getPath(), $fname2);
H A Dphar_unlinkarchive.phpt58 copy($fname2, $fname3);
/PHP-5.3/ext/standard/tests/array/
H A Darray_pad_variation7.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
/PHP-5.3/Zend/
H A Dzend_API.h564 #define ZVAL_ZVAL(z, zv, copy, dtor) { \ argument
568 if (copy) { \
572 if (!copy) { \
592 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
604 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
/PHP-5.3/ext/sqlite/libsqlite/
H A DREADME22 can copy and edit to suite your needs. Comments on the generic makefile
/PHP-5.3/ext/gd/libgd/
H A DCOPYING33 Permission has been granted to copy, distribute and modify gd in
/PHP-5.3/tests/lang/
H A DforeachLoop.009.phpt6 // "Unless the array is referenced, foreach operates on a copy of the specified array."
/PHP-5.3/
H A DREADME.SELF-CONTAINED-EXTENSIONS40 You now have an empty directory. We will copy the files from
125 This will automatically copy the necessary build files and create
/PHP-5.3/ext/standard/tests/file/
H A D005_variation-win32.phpt98 echo "\n-- Checking different times, after making a copy of the file --\n";
100 copy($file_name, $file_copy);
187 -- Checking different times, after making a copy of the file --
H A Dfileinode_variation.phpt50 copy( $file1, $file_path."/fileinode1_variation_new.tmp");
H A D005_variation.phpt113 echo "\n-- Checking different times, after making a copy of the file --\n";
115 copy($file_name, $file_copy);
226 -- Checking different times, after making a copy of the file --
/PHP-5.3/ext/spl/
H A Dphp_spl.c289 char *copy, *pos1, *pos2; in PHP_FUNCTION() local
299 copy = pos1 = estrndup(SPL_DEFAULT_FILE_EXTENSIONS, sizeof(SPL_DEFAULT_FILE_EXTENSIONS)-1); in PHP_FUNCTION()
301 copy = pos1 = estrndup(file_exts, file_exts_len); in PHP_FUNCTION()
317 if (copy) { in PHP_FUNCTION()
318 efree(copy); in PHP_FUNCTION()
/PHP-5.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic4.phpt96 string(6) "©"
H A Dsprintf_f_2.phpt14 /* copy & paste from the docs */
/PHP-5.3/TSRM/
H A Dtsrm_win32.c445 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
446 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
449 return copy; in dupHandle()
/PHP-5.3/win32/build/
H A Dphpize.js.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/sqlite/libsqlite/src/
H A Dvdbeaux.c948 int sqlite_bind(sqlite_vm *pVm, int i, const char *zVal, int len, int copy){ in sqlite_bind() argument
961 copy = 0; in sqlite_bind()
967 if( copy ){ in sqlite_bind()
973 p->abVar[i] = copy; in sqlite_bind()

Completed in 86 milliseconds

12345678910>>...12