Home
last modified time | relevance | path

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

12345678910>>...13

/PHP-7.2/ext/phar/tests/
H A Dphar_unlinkarchive.phpt58 copy($fname2, $fname3);
/PHP-7.2/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 "©",
/PHP-7.2/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.2/TSRM/
H A Dtsrm_win32.c460 HANDLE copy, self = GetCurrentProcess(); in dupHandle() local
461 …if (!DuplicateHandle(self, fh, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS|DUPLICATE_CLOSE_SOUR… in dupHandle()
464 return copy; in dupHandle()
/PHP-7.2/ext/standard/html_tables/
H A Dents_html401.txt11 copy 00A9
H A Dents_xhtml.txt10 copy 00A9
/PHP-7.2/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_API.h618 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
622 if (copy && !dtor) { \
629 if (dtor || !copy) { \
649 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
667 #define RETURN_ZVAL(zv, copy, dtor) { RETVAL_ZVAL(zv, copy, dtor); return; } argument
/PHP-7.2/ext/standard/
H A Dproc_open.c375 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
377 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
380 return copy; in dup_handle()
/PHP-7.2/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.2/ext/mbstring/oniguruma/
H A DREADME.ja61 2. copy ..\windows\testc.c .
/PHP-7.2/ext/gd/libgd/
H A DREADME51 _Permission has been granted to copy, distribute and modify gd in
/PHP-7.2/tests/lang/
H A Dbug20175.phpt36 * The return statement transports a copy of the value to return. In other
/PHP-7.2/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.2/
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.2/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.2/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-7.2/ext/bcmath/libbcmath/
H A Daclocal.m45 dnl gives unlimited permission to copy and/or distribute it,
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re6 * Permission is hereby granted, free of charge, to any person obtaining a copy
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

Completed in 49 milliseconds

12345678910>>...13