Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.3/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.h719 #define REPLACE_ZVAL_VALUE(ppzv_dest, pzv_src, copy) { \ argument
727 if (copy) { \
/PHP-5.3/ext/standard/
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. |
245 * we continue to scan the tag, otherwise we simply copy the complete
H A Dproc_open.c460 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
462 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
465 return copy; in dup_handle()
H A Dvar_unserializer.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-5.3/ext/standard/tests/array/
H A Darray_pad_variation2.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
H A Dsort_variation2.phpt79 // sort the array, retain a temp. copy of input array for next iteration
H A Darray_pad_variation3.phpt6 * Description: Returns a copy of input array padded with pad_value to size pad_size
/PHP-5.3/ext/gd/libgd/
H A DREADME51 _Permission has been granted to copy, distribute and modify gd in
/PHP-5.3/
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 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
/PHP-5.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic2.phpt59 string(6) "©"
566 string(6) "©"
1075 string(6) "©"
H A Dhtml_entity_decode_html4.phpt19 "©",
H A Dget_html_translation_table_basic1.phpt48 string(6) "©"
H A Dhtmlentities_html4.phpt75 © U+000A9
/PHP-5.3/tests/lang/
H A Dbug20175.phpt38 * The return statment transports a copy of the value to return. In other
/PHP-5.3/ext/bcmath/libbcmath/
H A Daclocal.m45 dnl gives unlimited permission to copy and/or distribute it,
/PHP-5.3/ext/sqlite/
H A Dconfig.m4103 libsqlite/src/vacuum.c libsqlite/src/copy.c \
/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.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-5.3/ext/pdo/
H A Dpdo_sql_parser.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-5.3/ext/mbstring/
H A Dmbstring.dsp514 copy $(InputDir)\config.h.vc6 "$(InputDir)\config.h"
525 copy $(InputDir)\config.h.vc6 "$(InputDir)\config.h"
1071 copy $(InputDir)\config.h "$(InputDir)\..\config.h"
1082 copy $(InputDir)\config.h "$(InputDir)\..\config.h"
/PHP-5.3/ext/phar/tests/
H A Dphar_convert_again.phpt38 copy($tbz->getPath(), $fname2);
/PHP-5.3/Zend/RFCs/
H A D001.txt98 called on the originally instantiated object and not a copy. Line 22
/PHP-5.3/ext/phar/
H A DTODO100 X Phar::copy($from, $to); [Greg]

Completed in 40 milliseconds

12345678910>>...12