Home
last modified time | relevance | path

Searched refs:copy (Results 226 – 250 of 316) sorted by relevance

12345678910>>...13

/php-src/ext/phar/tests/
H A Ddir.phpt22 copy($fname, $fname2);
26 copy($fname, $fname3);
H A Dphar_unlinkarchive.phpt62 copy($fname2, $fname3);
/php-src/ext/zip/tests/
H A Doo_properties.phpt11 copy($dirname . 'test_with_comment.zip', $file);
/php-src/Zend/asm/
H A Djump_ppc64_sysv_xcoff_gas.S168 # copy transfer_t into transfer_fn arg registers
H A Djump_ppc32_sysv_xcoff_gas.S211 # copy transfer_t into transfer_fn arg registers
H A Djump_arm64_aapcs_pe_armasm.asm3 ; (See accompanying file LICENSE_1_0.txt or copy at
H A Dmake_ppc32_sysv_elf_gas.S83 # copy FPSCR to new context
H A Djump_ppc64_sysv_macho_gas.S159 ; copy transfer_t into transfer_fn arg registers
H A Djump_i386_ms_pe_masm.asm4 ; (See accompanying file LICENSE_1_0.txt or copy at
/php-src/ext/phar/tests/tar/
H A Dphar_stub.phpt20 copy($fname2, $fname);
/php-src/ext/phar/tests/zip/
H A Dphar_stub.phpt20 copy($fname2, $fname);
/php-src/ext/dom/tests/modern/spec/
H A DNode_normalize.phpt8 // This is a copy of the non-spec test "DOMNode_normalize_basic.php".
/php-src/build/
H A Dax_func_which_gethostbyname_r.m448 # You should have received a copy of the GNU General Public License along
52 # gives unlimited permission to copy, distribute and modify the configure
/php-src/ext/phar/
H A Dphar_object.stub.php114 public function copy(string $from, string $to): true {} function in Phar
324 public function copy(string $from, string $to): true {} function in PharData
/php-src/Zend/
H A Dzend_language_scanner.l1160 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
1173 copy = (char *) nl + newline_len; in strip_multiline_string_indentation()
1214 memmove(copy, str, len); in strip_multiline_string_indentation()
1216 copy += len; in strip_multiline_string_indentation()
1220 *copy = '\0'; in strip_multiline_string_indentation()
1221 Z_STRLEN_P(zendlval) = copy - Z_STRVAL_P(zendlval); in strip_multiline_string_indentation()
2989 zend_string *copy = Z_STR_P(zendlval);
2997 if (UNEXPECTED(zend_scan_escape_string(zendlval, ZSTR_VAL(copy), ZSTR_LEN(copy), 0) != SUCCESS)) {
2998 zend_string_efree(copy);
3002 zend_string_efree(copy);
/php-src/tests/lang/
H A DforeachLoop.009.phpt6 // "Unless the array is referenced, foreach operates on a copy of the specified array."
/php-src/ext/standard/tests/file/
H A Dfileinode_variation.phpt46 copy( $file1, $file_path."/fileinode1_variation_new.tmp");
H A D005_variation-win32.phpt89 echo "\n-- Checking same times, after making a copy of the file --\n";
91 copy($file_name, $file_copy);
188 -- Checking same times, after making a copy of the file --
/php-src/.github/scripts/windows/
H A Dtest_task.bat79 copy %DEPS_DIR%\template\ssl\openssl.cnf %OPENSSLDIR%
93 copy %DEPS_DIR%\bin\libenchant2_hunspell.dll %~d0\usr\local\lib\enchant-2
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic4.phpt126 string(6) "©"
H A Dget_html_translation_table_basic6.phpt127 [�] => ©
/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.h79 lexbor_hash_copy_f copy; /* For copy key. */ member
/php-src/docs-old/
H A Dself-contained-extensions.md34 You now have an empty directory. We will copy the files from the mysqli
123 This will automatically copy the necessary build files and create configure from
/php-src/TSRM/
H A Dtsrm_win32.c432 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
433 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
436 return copy; in dupHandle()
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst138 Modifying the original value does not affect the copy, and vice versa.
144 fresh copy before modifying it. This process is called separation or CoW (copy on write).

Completed in 40 milliseconds

12345678910>>...13