Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-8.2/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-8.2/ext/phar/
H A Dphar_object.stub.php130 public function copy(string $from, string $to) {} // TODO make return type void function in Phar
345 public function copy(string $from, string $to) {} // TODO make return type void function in PharData
H A Dphar_object_arginfo.h401 ZEND_METHOD(Phar, copy);
480 ZEND_ME(Phar, copy, arginfo_class_Phar_copy, ZEND_ACC_PUBLIC)
541 ZEND_MALIAS(Phar, copy, copy, arginfo_class_PharData_copy, ZEND_ACC_PUBLIC)
/PHP-8.2/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-8.2/tests/lang/
H A DforeachLoop.009.phpt6 // "Unless the array is referenced, foreach operates on a copy of the specified array."
/PHP-8.2/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()
2979 zend_string *copy = Z_STR_P(zendlval);
2987 if (UNEXPECTED(zend_scan_escape_string(zendlval, ZSTR_VAL(copy), ZSTR_LEN(copy), 0) != SUCCESS)) {
2988 zend_string_efree(copy);
2992 zend_string_efree(copy);
H A Dzend_closures.c599 zval copy; in zend_closure_get_debug_info() local
602 ZVAL_STRING(&copy, "<constant ast>"); in zend_closure_get_debug_info()
607 ZVAL_COPY(&copy, var); in zend_closure_get_debug_info()
610 zend_hash_add_new(Z_ARRVAL(val), key, &copy); in zend_closure_get_debug_info()
/PHP-8.2/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-8.2/.github/scripts/windows/
H A Dtest_task.bat81 copy %DEPS_DIR%\template\ssl\openssl.cnf %OPENSSLDIR%
95 copy %DEPS_DIR%\bin\libenchant2_hunspell.dll %~d0\usr\local\lib\enchant-2
/PHP-8.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic4.phpt126 string(6) "&copy;"
H A Dget_html_translation_table_basic6.phpt127 [�] => &copy;
H A Dsprintf_f_2.phpt14 /* copy & paste from the docs */
/PHP-8.2/docs/
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-8.2/ext/phar/tests/
H A Dphar_unlinkarchive.phpt62 copy($fname2, $fname3);
/PHP-8.2/ext/spl/
H A Dphp_spl.c547 zend_function *copy = emalloc(sizeof(zend_op_array)); in PHP_FUNCTION() local
549 memcpy(copy, alfi->func_ptr, sizeof(zend_op_array)); in PHP_FUNCTION()
551 alfi->func_ptr = copy; in PHP_FUNCTION()
/PHP-8.2/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-8.2/Zend/Optimizer/
H A Dzend_optimizer_internal.h81 bool zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy);
/PHP-8.2/win32/build/
H A Dphpize.js.in9 | If you did not receive a copy of the PHP license and are unable to |
11 | license@php.net so we can mail you a copy immediately. |
/PHP-8.2/ext/ffi/
H A Dffi.g9 | If you did not receive a copy of the PHP license and are unable to |
11 | license@php.net so we can mail you a copy immediately. |
39 | If you did not receive a copy of the PHP license and are unable to |
41 | license@php.net so we can mail you a copy immediately. |

Completed in 64 milliseconds

12345678910>>...13