Home
last modified time | relevance | path

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

12345678910>>...13

/php-src/Zend/asm/
H A DLICENSE4 obtaining a copy of the software and accompanying documentation covered by
H A Dmake_arm64_aapcs_pe_armasm.asm3 ; (See accompanying file LICENSE_1_0.txt or copy at
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 Dmake_ppc32_sysv_elf_gas.S83 # copy FPSCR to new context
H A Djump_arm64_aapcs_pe_armasm.asm3 ; (See accompanying file LICENSE_1_0.txt or copy at
H A Djump_ppc64_sysv_macho_gas.S159 ; copy transfer_t into transfer_fn arg registers
/php-src/ext/zip/tests/
H A Doo_addfile.phpt12 copy($dirname . 'test.zip', $file);
H A Doo_properties.phpt11 copy($dirname . 'test_with_comment.zip', $file);
/php-src/ext/hash/tests/
H A Dhash_serialize_001.phpt37 $copy = unserialize($serial);
38 hash_update($copy, "Can’t tell if this is true or dream");
39 var_dump(hash_final($copy));
/php-src/ext/phar/tests/
H A Ddir.phpt22 copy($fname, $fname2);
26 copy($fname, $fname3);
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.c138 goto copy; in lxb_css_syntax_token_string_make()
142 goto copy; in lxb_css_syntax_token_string_make()
147 copy: in lxb_css_syntax_token_string_make()
/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/tests/lang/
H A DforeachLoop.009.phpt6 // "Unless the array is referenced, foreach operates on a copy of the specified array."
/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()
3005 zend_string *copy = Z_STR_P(zendlval);
3013 if (UNEXPECTED(zend_scan_escape_string(zendlval, ZSTR_VAL(copy), ZSTR_LEN(copy), 0) != SUCCESS)) {
3014 zend_string_efree(copy);
3018 zend_string_efree(copy);
/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) "©"
/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

Completed in 42 milliseconds

12345678910>>...13