Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/
H A DINSTALL271 (you should now have an httpd binary which you can copy to your Apache bin d
326 accompanying files and copy this into the src/modules/php5 directory in
477 rename or copy it to a .phps file:
1860 And then you would copy php.ini-development from the
H A DNEWS885 copy-on-write). (Nikita)
1532 bypassing copy on write). (Adam)
1865 . Fixed bug #64565 (copy doesn't report failure on partial copy). (Remi)
3230 time are allocated in a single copy and never changed.
3527 . Fixed bug #55750 (memory copy issue in sysvshm extension).
4313 closing a copy of the socket). (Gustavo)
4926 - Added support for copy to/from array/file for pdo_pgsql extension.
4989 - Fixed bug #52240 (hash_copy() does not copy the HMAC key, causes wrong
5832 . Added context parameter for copy() function. (Sara)
6845 - Fixed bug #44182 (extract($a, EXTR_REFS) can fail to split copy-on-write
[all …]
H A DREADME.REDIST.BINS110 Permission is hereby granted, free of charge, to any person obtaining a copy
113 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
195 The authors hereby grant permission to use, copy, modify, distribute,
292 of charge, to (a) use, copy, distribute, modify, perform and display this
346 Permission to use, copy, modify, and distribute this software for any
H A DREADME.RELEASE_PROCESS206 to manually copy the old information to include/releases.inc
H A DREADME.SELF-CONTAINED-EXTENSIONS40 You now have an empty directory. We will copy the files from
125 This will automatically copy the necessary build files and create
H A DREADME.STREAMS103 If you need to copy some data from one stream to another, you will be please
109 If you want to copy all remaining data from the src stream, pass
111 number of bytes to copy.
129 can use this function to copy the contents into a new stream that can
/PHP-5.5/TSRM/
H A Dbuildconf4 --copy)
5 automake_flags=--copy
H A Dtsrm_win32.c443 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
444 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
447 return copy; in dupHandle()
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO149 add_ref - called when a copy of the object handle is created.
151 del_ref - called when a copy of the object handle is destroyed.
H A DZEND_CHANGES312 The Zend Engine 1.0 offered no way a user could decide what copy
314 duplication, the Zend Engine 1.0 did a bitwise copy making an
317 Creating a copy of an object with fully replicated properties is
319 copy constructors, is if you have an object which represents a
326 this other object so that the replica has its own separate copy.
328 An object copy is created by using the clone operator.
336 When the developer asks to create a new copy of an object, the
338 not. If not, it will call a default __clone() which will copy
H A Dbuildconf4 --copy)
5 automake_flags=--copy
H A Dheader11 | If you did not receive a copy of the Zend license and are unable to |
13 | license@zend.com so we can mail you a copy immediately. |
H A Dzend.h807 #define REPLACE_ZVAL_VALUE(ppzv_dest, pzv_src, copy) { \ argument
815 if (copy) { \
H A Dzend_API.h597 #define ZVAL_ZVAL(z, zv, copy, dtor) { \ argument
601 if (copy) { \
605 if (!copy) { \
625 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
637 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
H A Dzend_compile.c544 #define LITERAL_STRINGL(op, str, len, copy) do { \ argument
546 ZVAL_STRINGL(&_c, str, len, copy); \
H A Dzend_vm_def.h5266 zval *value, *copy; variable
5271 ALLOC_ZVAL(copy);
5276 zval_copy_ctor(copy);
5279 generator->value = copy;
5312 zval *copy; variable
5314 ALLOC_ZVAL(copy);
5319 zval_copy_ctor(copy);
5345 zval *copy; variable
5347 ALLOC_ZVAL(copy);
5352 zval_copy_ctor(copy);
[all …]
H A Dzend_vm_execute.h4146 zval *copy; in ZEND_YIELD_SPEC_CONST_CONST_HANDLER() local
4178 zval *copy; in ZEND_YIELD_SPEC_CONST_CONST_HANDLER() local
4871 zval *copy; in ZEND_YIELD_SPEC_CONST_TMP_HANDLER() local
5891 zval *copy; in ZEND_YIELD_SPEC_CONST_VAR_HANDLER() local
6623 zval *copy; in ZEND_YIELD_SPEC_CONST_UNUSED_HANDLER() local
7375 zval *copy; in ZEND_YIELD_SPEC_CONST_CV_HANDLER() local
9406 zval *copy; in ZEND_YIELD_SPEC_TMP_CONST_HANDLER() local
10101 zval *copy; in ZEND_YIELD_SPEC_TMP_TMP_HANDLER() local
11123 zval *copy; in ZEND_YIELD_SPEC_TMP_VAR_HANDLER() local
11708 zval *copy; in ZEND_YIELD_SPEC_TMP_UNUSED_HANDLER() local
[all …]
/PHP-5.5/Zend/RFCs/
H A D001.txt98 called on the originally instantiated object and not a copy. Line 22
/PHP-5.5/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 Dunset_cv11.phpt2 unset() CV 11 (unset() of copy destoies original value)
/PHP-5.5/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…

Completed in 228 milliseconds

12345678910>>...12