Home
last modified time | relevance | path

Searched refs:copy (Results 251 – 275 of 298) sorted by last modified time

1...<<1112

/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_basic_002.phpt13 echo '*** Testing curl copy handle with simple POST ***' . "\n";
24 $copy = curl_copy_handle($ch);
27 $curl_content = curl_exec($copy);
28 curl_close($copy);
34 *** Testing curl copy handle with simple POST ***
H A Dcurl_copy_handle_basic_004.phpt25 $copy = curl_copy_handle($ch);
28 $curl_content_copy = curl_exec($copy);
29 curl_close($copy);
H A Dcurl_copy_handle_basic_005.phpt27 $copy = curl_copy_handle($ch);
30 $curl_content_copy = curl_exec($copy);
31 curl_close($copy);
H A Dcurl_copy_handle_basic_006.phpt14 echo '*** Testing curl copy handle with User Agent ***' . "\n";
24 $copy = curl_copy_handle($ch);
27 var_dump( curl_exec($copy) );
29 …curl_close($ch); // can not close original handle before curl_exec($copy) since it causes char * i…
30 curl_close($copy);
35 *** Testing curl copy handle with User Agent ***
H A Dcurl_copy_handle_basic_007.phpt10 echo '*** Testing curl copy handle with simple POST using array as arguments ***' . "\n";
22 $copy = curl_copy_handle($ch);
25 $curl_content = curl_exec($copy);
26 curl_close($copy);
32 *** Testing curl copy handle with simple POST using array as arguments ***
H A Dcurl_copy_handle_variation1.phpt20 // copy the handle
H A Dcurl_copy_handle_variation2.phpt15 echo "*** Testing curl_copy_handle(): add options after copy ***\n";
20 // copy the handle
39 *** Testing curl_copy_handle(): add options after copy ***
/PHP-5.5/ext/bcmath/libbcmath/
H A Daclocal.m45 dnl gives unlimited permission to copy and/or distribute it,
/PHP-5.5/build/
H A Dlibtool.m47 ## unlimited permission to copy and/or distribute it, with or without
548 # Copy echo and quote the copy suitably for passing to libtool from
4139 # You should have received a copy of the GNU General Public License
/PHP-5.5/
H A Dbuildconf.bat4 copy %PHP_BUILDCONF_PATH%\win32\build\configure.bat %PHP_BUILDCONF_PATH% > nul
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
/PHP-5.5/Zend/
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 …]
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_compile.c544 #define LITERAL_STRINGL(op, str, len, copy) do { \ argument
546 ZVAL_STRINGL(&_c, str, len, 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.h807 #define REPLACE_ZVAL_VALUE(ppzv_dest, pzv_src, copy) { \ argument
815 if (copy) { \
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 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.
/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…
/PHP-5.5/Zend/RFCs/
H A D001.txt98 called on the originally instantiated object and not a copy. Line 22
/PHP-5.5/TSRM/
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()
H A Dbuildconf4 --copy)
5 automake_flags=--copy

Completed in 239 milliseconds

1...<<1112