Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/ext/phar/tests/
H A Dstat2_5.3.phpt18 copy(dirname(__FILE__) . '/tar/files/links.tar', $fname2);
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.5/ext/phar/tests/tar/
H A Dbignames.phpt18 copy($fname, $fname2);
H A Dphar_stub.phpt20 copy($fname2, $fname);
/PHP-5.5/ext/phar/tests/zip/
H A Dmetadata_write_commit.phpt30 copy($f2name, $fname);
H A Dmetadata_write_commitU.phpt30 copy($f2name, $fname);
H A Dphar_stub.phpt20 copy($fname2, $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.5/ext/zip/tests/
H A Doo_properties.phpt14 copy($dirname . 'test_with_comment.zip', $file);
/PHP-5.5/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.5/ext/gd/libgd/
H A DCOPYING33 Permission has been granted to copy, distribute and modify gd in
/PHP-5.5/tests/lang/
H A DforeachLoop.009.phpt6 // "Unless the array is referenced, foreach operates on a copy of the specified array."
/PHP-5.5/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.5/ext/spl/
H A Dphp_spl.c320 char *copy, *pos1, *pos2; in PHP_FUNCTION() local
330 copy = pos1 = estrndup(SPL_DEFAULT_FILE_EXTENSIONS, sizeof(SPL_DEFAULT_FILE_EXTENSIONS)-1); in PHP_FUNCTION()
332 copy = pos1 = estrndup(file_exts, file_exts_len); in PHP_FUNCTION()
348 if (copy) { in PHP_FUNCTION()
349 efree(copy); in PHP_FUNCTION()
/PHP-5.5/Zend/
H A Dzend_API.h597 #define ZVAL_ZVAL(z, zv, copy, dtor) { \ argument
601 if (copy) { \
605 if (!copy) { \
625 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
637 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
/PHP-5.5/
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.5/TSRM/
H A Dtsrm_win32.c443 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
444 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
447 return copy; in dupHandle()
/PHP-5.5/ext/standard/tests/strings/
H A Dget_html_translation_table_basic4.phpt132 string(6) "©"
H A Dget_html_translation_table_basic6.phpt127 [�] => ©

Completed in 57 milliseconds

12345678910>>...12