Home
last modified time | relevance | path

Searched refs:clone (Results 176 – 200 of 211) sorted by relevance

123456789

/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp159 timeZone = to->utimezone->clone(); in timezone_process_timezone_argument()
243 newTimeZone = to_orig->utimezone->clone(); in TimeZone_clone_obj()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Delement.c94 lxb_dom_attr_t *attr, *clone; in lxb_dom_element_interface_copy() local
105 clone = lxb_dom_attr_interface_clone(document, attr); in lxb_dom_element_interface_copy()
106 if (clone == NULL) { in lxb_dom_element_interface_copy()
110 (void) lxb_dom_element_attr_append(dst, clone); in lxb_dom_element_interface_copy()
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt40 const CLONE = 'clone';
196 clone
/php-src/ext/simplexml/
H A Dsimplexml.c2051 php_sxe_object *clone; in sxe_object_clone() local
2057 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2061 php_libxml_increment_doc_ref((php_libxml_node_object *)clone, docp); in sxe_object_clone()
2063 clone->document = sxe->document; in sxe_object_clone()
2064 if (clone->document) { in sxe_object_clone()
2065 clone->document->refcount++; in sxe_object_clone()
2066 docp = clone->document->ptr; in sxe_object_clone()
2070 clone->iter.isprefix = sxe->iter.isprefix; in sxe_object_clone()
2072 clone->iter.name = (xmlChar*)estrdup((char*)sxe->iter.name); in sxe_object_clone()
2077 clone->iter.type = sxe->iter.type; in sxe_object_clone()
[all …]
/php-src/ext/spl/tests/SplFileObject/
H A Dfileobject_003.phpt15 $c = clone $o;
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_006.phpt283 clone $this;
300 clone new Test2;
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp114 new_biter = bio_orig->biter->clone(); in BreakIterator_clone_obj()
H A Dcodepointiterator_internal.cpp96 CodePointBreakIterator* CodePointBreakIterator::clone(void) const in clone() function in CodePointBreakIterator
/php-src/Zend/tests/assert/
H A Dexpect_015.phpt18 $y = clone $x;
186 $y = clone $x;
/php-src/.github/workflows/
H A Dnightly.yml21 # Set fetch-depth to 0 to clone the full repository
419 git clone "https://github.com/amphp/$repository.git" "amphp-$repository" --depth 1
433 git clone https://github.com/laravel/framework.git --branch=master --depth=1
450 git clone "https://github.com/reactphp/$repository.git" "reactphp-$repository" --depth 1
464 git clone https://github.com/revoltphp/event-loop.git --depth=1
475 git clone https://github.com/symfony/symfony.git --depth=1
496 git clone https://github.com/sebastianbergmann/phpunit.git --branch=main --depth=1
515 git clone https://github.com/WordPress/wordpress-develop.git wordpress --depth=1
/php-src/ext/intl/common/
H A Dcommon_date.cpp147 *tz = TimeZone::getGMT()->clone(); in intl_datetime_decompose()
/php-src/ext/dom/lexbor/patches/
H A DREADME.md27 …Make sure to apply on a fresh Lexbor clone and run (in `lexbor/utils/encoding`): `python3 single-b…
/php-src/ext/intl/calendar/
H A Dcalendar_class.cpp96 newCalendar = co_orig->ucal->clone(); in Calendar_clone_obj()
H A Dcalendar_methods.cpp699 TimeZone *tz = co->ucal->getTimeZone().clone(); in PHP_FUNCTION()
1048 timeZone = TimeZone::getGMT()->clone(); in PHP_FUNCTION()
/php-src/ext/dom/tests/
H A DDOMElement_insertAdjacentElement.phpt56 testNormalCases(clone $dom, true);
H A DDOMNode_isEqualNode.phpt206 $dom1Clone = clone $dom1;
/php-src/ext/curl/
H A Dinterface.c1126 ch->clone = emalloc(sizeof(uint32_t)); in init_curl_handle()
1127 *ch->clone = 1; in init_curl_handle()
1308 efree(ch->clone); in _php_setup_easy_copy_handlers()
1309 ch->clone = source->clone; in _php_setup_easy_copy_handlers()
1312 (*source->clone)++; in _php_setup_easy_copy_handlers()
1553 if ((*ch->clone) == 1) { in build_mime_structure_from_hash()
2095 if ((*ch->clone) == 1) { in _php_curl_setopt()
2819 if (--(*ch->clone) == 0) { in curl_free_obj()
2826 efree(ch->clone); in curl_free_obj()
/php-src/sapi/fuzzer/
H A DREADME.md86 git clone https://github.com/kkos/oniguruma.git
/php-src/ext/dom/
H A Dphp_dom.h169 …t_after_clone(dom_object *original, xmlNodePtr original_node, dom_object *clone, xmlNodePtr cloned…
/php-src/Zend/
H A Dzend.h174 zend_function *clone; member
H A Dzend_enum.c86 ZEND_ENUM_DISALLOW_MAGIC_METHOD(clone, "__clone"); in zend_verify_enum_magic_methods()
/php-src/ext/opcache/
H A Dzend_persist.c1154 if (ce->clone) { in zend_update_parent_ce()
1155 zend_function *tmp = zend_shared_alloc_get_xlat_entry(ce->clone); in zend_update_parent_ce()
1157 ce->clone = tmp; in zend_update_parent_ce()
/php-src/Zend/tests/
H A Dtemporary_cleaning_013.phpt274 var_dump(clone (new class {
/php-src/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp352 df->adoptTimeZone(used_tz->clone()); in umsg_set_timezone()
/php-src/ext/date/
H A Dphp_date.c5147 timelib_time *clone; in PHP_METHOD() local
5183 clone = timelib_time_ctor(); in PHP_METHOD()
5184 memcpy(clone, dateobj->time, sizeof(timelib_time)); in PHP_METHOD()
5186 clone->tz_abbr = timelib_strdup(dateobj->time->tz_abbr); in PHP_METHOD()
5189 clone->tz_info = dateobj->time->tz_info; in PHP_METHOD()
5191 dpobj->start = clone; in PHP_METHOD()
5200 clone = timelib_time_clone(dateobj->time); in PHP_METHOD()
5201 dpobj->end = clone; in PHP_METHOD()

Completed in 107 milliseconds

123456789