Home
last modified time | relevance | path

Searched refs:clone (Results 151 – 175 of 196) sorted by relevance

12345678

/PHP-8.3/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h46 CodePointBreakIterator* clone(void) const override;
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-8.3/ext/spl/
H A Dspl_directory.h43 spl_foreign_clone_t clone; member
/PHP-8.3/ext/intl/dateformat/
H A Ddatepatterngenerator_class.cpp50 DateTimePatternGenerator *newDtpg = dtpgo_orig->dtpg->clone(); in IntlDatePatternGenerator_object_clone()
/PHP-8.3/ext/simplexml/tests/
H A D006.phpt43 foreach(clone $sxe as $name => $data) {
H A D019.phpt43 foreach(clone $sxe->children() as $name => $data) {
/PHP-8.3/.github/scripts/windows/
H A Dbuild.bat28 git clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
/PHP-8.3/Zend/tests/grammar/
H A Dsemi_reserved_001.phpt41 function clone(){ echo __METHOD__, PHP_EOL; }
122 $obj->clone();
203 Obj::clone
H A Dsemi_reserved_002.phpt41 static function clone(){ echo __METHOD__, PHP_EOL; }
119 Obj::clone();
199 Obj::clone
H A Dsemi_reserved_005.phpt40 const CLONE = 'clone';
196 clone
/PHP-8.3/ext/curl/
H A Dcurl_private.h110 uint32_t* clone; member
/PHP-8.3/ext/hash/tests/
H A Dhash-clone.phpt2 Hash: hash_copy() via clone
12 $copy = clone $orig;
22 $copy = clone $orig;
/PHP-8.3/Zend/
H A Dzend_objects.c197 bool has_clone_method = old_object->ce->clone != NULL; in zend_objects_clone_members()
271 zend_call_known_instance_method_with_0_params(new_object->ce->clone, new_object, NULL); in zend_objects_clone_members()
/PHP-8.3/ext/dom/tests/
H A DDOMElement_insertAdjacentText.phpt39 testNormalCases(clone $dom, true);
H A DDOMElement_insertAdjacentElement.phpt56 testNormalCases(clone $dom, true);
/PHP-8.3/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-8.3/ext/xsl/
H A Dxsltprocessor.c413 int clone; in php_xsl_apply_stylesheet() local
538 clone = 0; in php_xsl_apply_stylesheet()
539 while(params[clone]) { in php_xsl_apply_stylesheet()
540 efree(params[clone++]); in php_xsl_apply_stylesheet()
/PHP-8.3/ext/simplexml/
H A Dsimplexml.c2130 php_sxe_object *clone; in sxe_object_clone() local
2136 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2140 php_libxml_increment_doc_ref((php_libxml_node_object *)clone, docp); in sxe_object_clone()
2142 clone->document = sxe->document; in sxe_object_clone()
2143 if (clone->document) { in sxe_object_clone()
2144 clone->document->refcount++; in sxe_object_clone()
2145 docp = clone->document->ptr; in sxe_object_clone()
2149 clone->iter.isprefix = sxe->iter.isprefix; in sxe_object_clone()
2151 clone->iter.name = (xmlChar*)estrdup((char*)sxe->iter.name); in sxe_object_clone()
2156 clone->iter.type = sxe->iter.type; in sxe_object_clone()
[all …]
/PHP-8.3/ext/spl/tests/SplFileObject/
H A Dfileobject_003.phpt15 $c = clone $o;
/PHP-8.3/Zend/tests/stack_limit/
H A Dstack_limit_006.phpt283 clone $this;
300 clone new Test2;
/PHP-8.3/.github/workflows/
H A Dnightly.yml20 # Set fetch-depth to 0 to clone the full repository
394 git clone "https://github.com/amphp/$repository.git" "amphp-$repository" --depth 1
409 git clone https://github.com/laravel/framework.git --branch=master --depth=1
427 git clone "https://github.com/reactphp/$repository.git" "reactphp-$repository" --depth 1
442 git clone https://github.com/revoltphp/event-loop.git --depth=1
454 git clone https://github.com/symfony/symfony.git --depth=1
476 git clone https://github.com/sebastianbergmann/phpunit.git --branch=main --depth=1
496 git clone https://github.com/WordPress/wordpress-develop.git wordpress --depth=1
/PHP-8.3/Zend/tests/assert/
H A Dexpect_015.phpt18 $y = clone $x;
186 $y = clone $x;
/PHP-8.3/ext/intl/common/
H A Dcommon_date.cpp147 *tz = TimeZone::getGMT()->clone(); in intl_datetime_decompose()
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_class.cpp96 newCalendar = co_orig->ucal->clone(); in Calendar_clone_obj()

Completed in 48 milliseconds

12345678