Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-7.4/
H A DCONTRIBUTING.md421 | If you did not receive a copy of the PHP license and are unable to |
423 | license@php.net so we can mail you a copy immediately. |
H A DNEWS217 . Fixed bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files).
605 . Fixed bug #79423 (copy command is limited to size of file it can copy).
814 . Fixed bug #70362 (Can't copy() large 'data://' with open_basedir). (cmb)
948 . Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
H A DREADME.REDIST.BINS263 The authors hereby grant permission to use, copy, modify, distribute,
363 of charge, to (a) use, copy, distribute, modify, perform and display this
387 Permission to use, copy, modify, and distribute this software for any
532 Permission has been granted to copy, distribute and modify gd in
637 3. Redistributions must contain a verbatim copy of this document.
667 California, USA. All Rights Reserved. Permission to copy and
H A Dbuildconf.bat4 copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul
/PHP-7.4/TSRM/
H A Dtsrm_win32.c435 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
436 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
439 return copy; in dupHandle()
/PHP-7.4/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';
H A Dbug72543.phpt11 function change_copy($copy) {
12 $copy['b']['z']['z'] = $copy['b'];
23 $copy = $data['a'];
24 var_dump($copy);
26 change_copy($copy);
27 var_dump($copy); //RECURSION
H A Dbug79364.phpt2 Bug #79364 (When copy empty array, next key is unspecified)
H A Dunset_cv11.phpt2 unset() CV 11 (unset() of copy destoies original value)
/PHP-7.4/Zend/tests/traits/
H A Dlanguage013.phpt2 Statics work like expected for language-based copy'n'paste. No link between methods from the same t…
/PHP-7.4/Zend/
H A Dzend_API.h603 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
607 if (copy && !dtor) { \
614 if (dtor || !copy) { \
635 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
654 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
H A Dzend_constants.c479 zend_constant *copy = pemalloc(sizeof(zend_constant), ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant() local
481 memcpy(copy, c, sizeof(zend_constant)); in zend_hash_add_constant()
482 ret = zend_hash_add_ptr(ht, key, copy); in zend_hash_add_constant()
484 pefree(copy, ZEND_CONSTANT_FLAGS(c) & CONST_PERSISTENT); in zend_hash_add_constant()
H A Dzend_execute.c1691 if (!copy) { in zend_incdec_typed_ref()
1692 copy = &tmp; in zend_incdec_typed_ref()
1695 ZVAL_COPY(copy, var_ptr); in zend_incdec_typed_ref()
1708 ZVAL_COPY_VALUE(var_ptr, copy); in zend_incdec_typed_ref()
1709 ZVAL_UNDEF(copy); in zend_incdec_typed_ref()
1710 } else if (copy == &tmp) { in zend_incdec_typed_ref()
1719 if (!copy) { in zend_incdec_typed_prop()
1720 copy = &tmp; in zend_incdec_typed_prop()
1723 ZVAL_COPY(copy, var_ptr); in zend_incdec_typed_prop()
1737 ZVAL_UNDEF(copy); in zend_incdec_typed_prop()
[all …]
H A Dzend_language_scanner.l1135 char *copy = Z_STRVAL_P(zendlval); in strip_multiline_string_indentation() local
1148 copy = (char *) nl + newline_len; in strip_multiline_string_indentation()
1189 memmove(copy, str, len); in strip_multiline_string_indentation()
1191 copy += len; in strip_multiline_string_indentation()
1195 *copy = '\0'; in strip_multiline_string_indentation()
1196 Z_STRLEN_P(zendlval) = copy - Z_STRVAL_P(zendlval); in strip_multiline_string_indentation()
2749 zend_string *copy = Z_STR_P(zendlval);
2757 if (UNEXPECTED(zend_scan_escape_string(zendlval, ZSTR_VAL(copy), ZSTR_LEN(copy), 0) != SUCCESS)) {
2758 zend_string_efree(copy);
2762 zend_string_efree(copy);
/PHP-7.4/appveyor/
H A Dtest_task.bat59 copy %DEPS_DIR%\template\ssl\openssl.cnf %OPENSSLDIR%
71 copy %DEPS_DIR%\bin\libenchant_ispell.dll c:\enchant_plugins
73 copy %DEPS_DIR%\bin\libenchant_myspell.dll c:\enchant_plugins
92 copy %PHP_BUILD_CACHE_ENCHANT_DICT_DIR%\* %USERPROFILE%\enchant\myspell
/PHP-7.4/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
H A Dlibtool.m47 ## unlimited permission to copy and/or distribute it, with or without
548 # Copy echo and quote the copy suitably for passing to libtool from
4135 # You should have received a copy of the GNU General Public License
H A Dltmain.sh6118 $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2
H A Dpkg.m417 dnl You should have received a copy of the GNU General Public License

Completed in 96 milliseconds

12345678910>>...12