Home
last modified time | relevance | path

Searched refs:clone (Results 101 – 125 of 154) sorted by relevance

1234567

/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_004.phpt41 static $clone = 'clone';
120 echo Obj::$clone, PHP_EOL;
200 clone
H A Dsemi_reserved_001.phpt41 function clone(){ echo __METHOD__, PHP_EOL; }
121 $obj->clone();
200 Obj::clone
H A Dsemi_reserved_002.phpt41 static function clone(){ echo __METHOD__, PHP_EOL; }
119 Obj::clone();
198 Obj::clone
H A Dsemi_reserved_005.phpt40 const CLONE = 'clone';
195 clone
/PHP-7.4/ext/spl/tests/
H A Dheap_001.phpt35 $h2 = clone $h;
H A Ddllist_004.phpt43 $stack_clone = clone $stack;
H A Ddllist_005.phpt43 $queue_clone = clone $queue;
H A Ddllist_001.phpt45 $dll_clone = clone $dll;
H A Dfixedarray_001.phpt43 $b = clone $a;
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug64146.phpt30 return serialize(clone $this->b);
/PHP-7.4/ext/exif/tests/
H A Dbug68799.phpt23 $b[$i] = clone $a;
/PHP-7.4/tests/classes/
H A Dclone_004.phpt30 $o2 = clone $o1;
/PHP-7.4/ext/ffi/tests/
H A D200.phpt25 $orig_zend_write = clone $zend->zend_write;
/PHP-7.4/azure/
H A Dcommunity_job.yml51 git clone https://github.com/laravel/framework.git --branch=8.x --depth=1
63 git clone https://github.com/symfony/symfony.git --depth=1
77 git clone https://github.com/amphp/amp.git --branch=master --depth=1
/PHP-7.4/Zend/tests/
H A Dexception_before_fatal.phpt43 $b = clone $foo;
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_format_object.cpp170 timeZone = obj_cal->getTimeZone().clone(); in PHP_FUNCTION()
179 cal = obj_cal->clone(); in PHP_FUNCTION()
/PHP-7.4/Zend/
H A Dzend_objects.c224 } else if (old_object->properties && !old_object->ce->clone) { in zend_objects_clone_members()
266 if (old_object->ce->clone) { in zend_objects_clone_members()
283 fcic.function_handler = new_object->ce->clone; in zend_objects_clone_members()
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h48 virtual CodePointBreakIterator* clone(void) const;
/PHP-7.4/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-7.4/appveyor/
H A Dbuild.bat23 git clone --branch %SDK_BRANCH% %SDK_REMOTE% "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
/PHP-7.4/ext/hash/tests/
H A Dhash-clone.phpt2 Hash: hash_copy() via clone
12 $copy = clone $orig;
22 $copy = clone $orig;
/PHP-7.4/ext/spl/
H A Dspl_directory.h50 spl_foreign_clone_t clone; member
/PHP-7.4/ext/dom/
H A Dphp_dom.c506 dom_object *clone = dom_objects_set_class(intern->std.ce); in dom_objects_store_clone_obj() local
508 clone->std.handlers = dom_get_obj_handlers(); in dom_objects_store_clone_obj()
517 clone->document = intern->document; in dom_objects_store_clone_obj()
519 php_libxml_increment_doc_ref((php_libxml_node_object *)clone, cloned_node->doc); in dom_objects_store_clone_obj()
520 php_libxml_increment_node_ptr((php_libxml_node_object *)clone, cloned_node, (void *)clone); in dom_objects_store_clone_obj()
521 if (intern->document != clone->document) { in dom_objects_store_clone_obj()
522 dom_copy_doc_props(intern->document, clone->document); in dom_objects_store_clone_obj()
529 zend_objects_clone_members(&clone->std, &intern->std); in dom_objects_store_clone_obj()
531 return &clone->std; in dom_objects_store_clone_obj()
/PHP-7.4/ext/curl/
H A Dphp_curl.h185 uint32_t* clone; member

Completed in 32 milliseconds

1234567