Home
last modified time | relevance | path

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

12345678910>>...12

/PHP-5.5/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-5.5/ext/standard/html_tables/
H A Dents_html401.txt11 copy 00A9
H A Dents_xhtml.txt10 copy 00A9
/PHP-5.5/ext/standard/tests/strings/
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-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 Dzend.h807 #define REPLACE_ZVAL_VALUE(ppzv_dest, pzv_src, copy) { \ argument
815 if (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 …]
/PHP-5.5/ext/standard/
H A Dproc_open.c419 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
421 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
424 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. |
245 * we continue to scan the tag, otherwise we simply copy the complete
/PHP-5.5/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.5/ext/gd/libgd/
H A DREADME51 _Permission has been granted to copy, distribute and modify gd in
/PHP-5.5/
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.5/tests/lang/
H A Dbug20175.phpt38 * The return statment transports a copy of the value to return. In other
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m45 dnl gives unlimited permission to copy and/or distribute it,
/PHP-5.5/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.5/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.5/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"

Completed in 63 milliseconds

12345678910>>...12