Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.0/
H A DINSTALL273 rename or copy it to a .phps file:
1656 And then you would copy php.ini-development from the
H A DNEWS2517 . Fixed bug #68714 (copy 'n paste error). (cmb)
H A DREADME.REDIST.BINS170 The authors hereby grant permission to use, copy, modify, distribute,
267 of charge, to (a) use, copy, distribute, modify, perform and display this
321 Permission to use, copy, modify, and distribute this software for any
H A DREADME.RELEASE_PROCESS209 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
H A DUPGRADING137 * When iterating arrays by-value, foreach will now always operate on a copy of
/PHP-7.0/TSRM/
H A Dbuildconf4 --copy)
5 automake_flags=--copy
H A Dtsrm_win32.c445 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
446 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
449 return copy; in dupHandle()
/PHP-7.0/TSRM/m4/
H A Dgethostbyname.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-7.0/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_API.h594 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
598 if (copy && !dtor) { \
605 if (dtor || !copy) { \
625 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
643 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
/PHP-7.0/Zend/RFCs/
H A D001.txt98 called on the originally instantiated object and not a copy. Line 22
/PHP-7.0/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 Dunset_cv11.phpt2 unset() CV 11 (unset() of copy destoies original value)
/PHP-7.0/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 141 milliseconds

12345678910>>...13