Home
last modified time | relevance | path

Searched refs:copy (Results 251 – 275 of 309) sorted by relevance

1...<<111213

/PHP-8.2/ext/standard/html_tables/
H A Dents_html401.txt11 copy 00A9
H A Dents_xhtml.txt10 copy 00A9
/PHP-8.2/ext/zend_test/
H A Dtest.c1112 char * copy = zend_strndup(str, str_len); in ZEND_GET_MODULE() local
1113 int r = (int) ZEND_ATOL(copy); in ZEND_GET_MODULE()
1114 free(copy); in ZEND_GET_MODULE()
/PHP-8.2/tests/lang/
H A Dbug20175.phpt36 * The return statement transports a copy of the value to return. In other
/PHP-8.2/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt139 [©] => &copy;
H A Dget_html_translation_table_basic2.phpt212 string(6) "&copy;"
721 string(6) "&copy;"
1228 string(6) "&copy;"
H A Dhtml_entity_decode_html4.phpt19 "&copy;",
H A Dget_html_translation_table_basic1.phpt199 string(6) "&copy;"
H A Dhtmlentities_html4.phpt75 &copy; U+000A9
/PHP-8.2/ext/json/
H A Djson_scanner.re9 | If you did not receive a copy of the PHP license and are unable to |
11 | license@php.net so we can mail you a copy immediately. |
/PHP-8.2/docs/
H A Dstreams.md103 If you need to copy some data from one stream to another, you will be please to
111 If you want to copy all remaining data from the src stream, pass
113 number of bytes to copy. This function will try to use mmap where available to
132 this function to copy the contents into a new stream that can be `seek()ed`:
/PHP-8.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-8.2/Zend/asm/
H A Djump_x86_64_ms_pe_masm.asm4 ; (See accompanying file LICENSE_1_0.txt or copy at
H A Dmake_i386_ms_pe_masm.asm4 ; (See accompanying file LICENSE_1_0.txt or copy at
/PHP-8.2/ext/pdo/
H A Dpdo_sql_parser.re9 | If you did not receive a copy of the PHP license and are unable to |
11 | license@php.net so we can mail you a copy immediately. |
/PHP-8.2/Zend/
H A Dzend_execute.c1840 if (!copy) { in zend_incdec_typed_ref()
1841 copy = &tmp; in zend_incdec_typed_ref()
1844 ZVAL_COPY(copy, var_ptr); in zend_incdec_typed_ref()
1860 ZVAL_COPY_VALUE(var_ptr, copy); in zend_incdec_typed_ref()
1861 ZVAL_UNDEF(copy); in zend_incdec_typed_ref()
1862 } else if (copy == &tmp) { in zend_incdec_typed_ref()
1871 if (!copy) { in zend_incdec_typed_prop()
1872 copy = &tmp; in zend_incdec_typed_prop()
1875 ZVAL_COPY(copy, var_ptr); in zend_incdec_typed_prop()
1891 ZVAL_UNDEF(copy); in zend_incdec_typed_prop()
[all …]
H A Dzend_API.h885 #define ZVAL_ZVAL(z, zv, copy, dtor) do { \ argument
889 if (copy && !dtor) { \
896 if (dtor || !copy) { \
924 #define RETVAL_ZVAL(zv, copy, dtor) ZVAL_ZVAL(return_value, zv, copy, dtor) argument
950 #define RETURN_ZVAL(zv, copy, dtor) do { RETVAL_ZVAL(zv, copy, dtor); return; } while (0) argument
/PHP-8.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
/PHP-8.2/ext/standard/
H A Dproc_open.c435 HANDLE copy, self = GetCurrentProcess(); in dup_handle() local
437 if (!DuplicateHandle(self, src, self, &copy, 0, inherit, DUPLICATE_SAME_ACCESS | in dup_handle()
440 return copy; in dup_handle()
H A Durl_scanner_ex.re9 | If you did not receive a copy of the PHP license and are unable to |
11 | license@php.net so we can mail you a copy immediately. |
445 * we continue to scan the tag, otherwise we simply copy the complete
/PHP-8.2/
H A DUPGRADING.INTERNALS23 Call zend_str_tolower() yourself if necessary. You no longer need to copy
H A DREADME.REDIST.BINS264 The authors hereby grant permission to use, copy, modify, distribute,
363 Permission to use, copy, modify, and distribute this software for any
508 Permission has been granted to copy, distribute and modify gd in
613 3. Redistributions must contain a verbatim copy of this document.
643 California, USA. All Rights Reserved. Permission to copy and
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c3573 bool copy = false; local
3584 if (!(copy = zend_hash_exists(preload_scripts, filename))) {
3587 copy = zend_hash_str_exists(preload_scripts, ZSTR_VAL(filename), eval_len);
3591 copy = false;
3594 if (copy) {
3612 bool copy = false; local
3622 if (!(copy = zend_hash_exists(preload_scripts, filename))) {
3625 copy = zend_hash_str_exists(preload_scripts, ZSTR_VAL(filename), eval_len);
3629 copy = false;
3632 if (copy) {
/PHP-8.2/ext/fileinfo/libmagic/
H A Dsoftmagic.c513 char *copy; in strndup() local
517 if ((copy = malloc(len + 1)) == NULL) in strndup()
519 (void)memcpy(copy, str, len); in strndup()
520 copy[len] = '\0'; in strndup()
521 return copy; in strndup()
/PHP-8.2/ext/phar/tests/
H A Dphar_convert_again.phpt38 copy($tbz->getPath(), $fname2);

Completed in 101 milliseconds

1...<<111213