Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 316) sorted by path

12345678910>>...13

/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/
H A DCONTRIBUTING.md445 | If you did not receive a copy of the PHP license and are unable to |
447 | license@php.net so we can mail you a copy immediately. |
H A DREADME.REDIST.BINS265 The authors hereby grant permission to use, copy, modify, distribute,
364 Permission to use, copy, modify, and distribute this software for any
509 Permission has been granted to copy, distribute and modify gd in
614 3. Redistributions must contain a verbatim copy of this document.
644 California, USA. All Rights Reserved. Permission to copy and
/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/Zend/Optimizer/
H A Dblock_pass.c33 bool zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy) in zend_optimizer_get_persistent_constant() argument
42 if (copy) { in zend_optimizer_get_persistent_constant()
H A Dzend_optimizer_internal.h83 bool zend_optimizer_get_persistent_constant(zend_string *name, zval *result, int copy);
/php-src/Zend/asm/
H A DLICENSE4 obtaining a copy of the software and accompanying documentation covered by
H A Djump_arm64_aapcs_pe_armasm.asm3 ; (See accompanying file LICENSE_1_0.txt or copy at
H A Djump_i386_ms_pe_masm.asm4 ; (See accompanying file LICENSE_1_0.txt or copy at
H A Djump_ppc32_sysv_xcoff_gas.S211 # copy transfer_t into transfer_fn arg registers
H A Djump_ppc64_sysv_elf_gas.S186 # copy transfer_t into transfer_fn arg registers
206 # copy transfer_t into transfer_fn arg registers
H A Djump_ppc64_sysv_macho_gas.S159 ; copy transfer_t into transfer_fn arg registers
H A Djump_ppc64_sysv_xcoff_gas.S168 # copy transfer_t into transfer_fn arg registers
H A Djump_x86_64_ms_pe_masm.asm4 ; (See accompanying file LICENSE_1_0.txt or copy at
H A Dmake_arm64_aapcs_pe_armasm.asm3 ; (See accompanying file LICENSE_1_0.txt or copy at
H A Dmake_i386_ms_pe_masm.asm4 ; (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 Dmake_x86_64_ms_pe_masm.asm4 ; (See accompanying file LICENSE_1_0.txt or copy at
/php-src/Zend/tests/
H A Darray_append_COW.phpt2 Tests that array manipulation code is correctly dealing with copy on write and splitting on referen…
H A Darray_unshift_COW.phpt2 Tests that array unshift code is correctly dealing with copy on write and splitting on reference
H A Dbug34518.phpt7 $copy = $arr;
9 unset($copy["foo"][0]);
11 print_r($copy);
H A Dbug37715.phpt2 Bug #37715 (array pointers resetting on copy)
H A Dbug67633.phpt2 Bug #67633: A foreach on an array returned from a function not doing copy-on-write
H A Dbug71756.phpt16 $copy = $option;
17 $copy['bla'] = 'copy';
H A Dbug72508.phpt16 $copy = $option;
17 $copy['bla'] = 'copy';

Completed in 41 milliseconds

12345678910>>...13