Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.0/ext/phar/tests/
H A Dphar_unlinkarchive.phpt58 copy($fname2, $fname3);
/PHP-7.0/ext/standard/tests/strings/
H A Dget_html_translation_table_basic4.phpt132 string(6) "©"
H A Dget_html_translation_table_basic6.phpt127 [�] => ©
H A Dsprintf_f_2.phpt14 /* copy & paste from the docs */
H A Dget_html_translation_table_basic7.phpt139 [©] => ©
H A Dget_html_translation_table_basic2.phpt217 string(6) "©"
726 string(6) "©"
1233 string(6) "©"
H A Dhtml_entity_decode_html4.phpt19 "©",
H A Dget_html_translation_table_basic1.phpt204 string(6) "©"
/PHP-7.0/win32/build/
H A Dphpize.js.in11 | If you did not receive a copy of the PHP license and are unable to |
13 | license@php.net so we can mail you a copy immediately. |
/PHP-7.0/TSRM/
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/ext/standard/html_tables/
H A Dents_html401.txt11 copy 00A9
H A Dents_xhtml.txt10 copy 00A9
/PHP-7.0/ext/json/
H A Djson_scanner.re11 | If you did not receive a copy of the PHP license and are unable to |
13 | license@php.net so we can mail you a copy immediately. |
/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 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/ext/standard/
H A Dproc_open.c381 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
383 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
386 return copy; in dup_handle()
H A Durl_scanner_ex.re11 | If you did not receive a copy of the PHP license and are unable to |
13 | license@php.net so we can mail you a copy immediately. |
281 * we continue to scan the tag, otherwise we simply copy the complete
/PHP-7.0/ext/standard/tests/array/
H A Dsort_variation2.phpt79 // sort the array, retain a temp. copy of input array for next iteration
H A Darray_pad_variation2.phpt8 * Description: Returns a copy of input array padded with pad_value to size pad_size
/PHP-7.0/ext/gd/libgd/
H A DREADME51 _Permission has been granted to copy, distribute and modify gd in
/PHP-7.0/tests/lang/
H A Dbug20175.phpt36 * The return statement transports a copy of the value to return. In other
/PHP-7.0/
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-7.0/ext/gd/tests/
H A DRochester-Regular.otf.LICENSE.txt96 Derivative Works a copy of this License; and
109 include a readable copy of the attribution notices contained
194 You may obtain a copy of the License at
/PHP-7.0/ext/bcmath/libbcmath/
H A Daclocal.m45 dnl gives unlimited permission to copy and/or distribute it,

Completed in 98 milliseconds

12345678910>>...13