Home
last modified time | relevance | path

Searched refs:clone (Results 126 – 150 of 195) sorted by relevance

12345678

/PHP-8.3/Zend/tests/
H A Dbug61782.phpt19 $kid = clone $kid;
H A Dbug73288.phpt23 $b = clone $c->x;
H A Dexception_before_fatal.phpt43 $b = clone $foo;
/PHP-8.3/tests/classes/
H A Dclone_002.phpt16 $copy = clone $obj;
H A Dclone_004.phpt30 $o2 = clone $o1;
/PHP-8.3/Zend/tests/generators/
H A Dyield_in_finally_cleanup.phpt2 Free pending exceptions / return values on clone on yield in finally
/PHP-8.3/Zend/tests/readonly_props/
H A Dreadonly_clone_success2.phpt21 $foo2 = clone $foo;
/PHP-8.3/ext/spl/tests/
H A Ddllist_002.phpt10 $dll2 = clone $dll;
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-8.3/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt41 var $clone = 'clone';
122 echo $obj->clone, PHP_EOL;
204 clone
H A Dsemi_reserved_004.phpt41 static $clone = 'clone';
120 echo Obj::$clone, PHP_EOL;
201 clone
/PHP-8.3/ext/opcache/tests/jit/
H A Dgh12482.phpt11 $cloned = clone $this;
/PHP-8.3/sapi/fuzzer/dict/
H A Dparser43 "clone"
/PHP-8.3/ext/curl/tests/
H A Dcurl_string_file_upload.phpt56 // clone curl handler
59 $ch2 = clone $ch;
/PHP-8.3/ext/date/tests/
H A Dgh9891.phpt12 $b = clone $a;
/PHP-8.3/ext/ffi/tests/
H A D200.phpt27 $orig_zend_write = clone $zend->zend_write;
/PHP-8.3/ext/exif/tests/
H A Dbug68799.phpt24 $b[$i] = clone $a;
/PHP-8.3/ext/dom/
H A Dphp_dom.c496 clone->document = original->document; in dom_update_refcount_after_clone()
499 php_libxml_increment_node_ptr((php_libxml_node_object *)clone, cloned_node, (void *)clone); in dom_update_refcount_after_clone()
500 if (original->document != clone->document) { in dom_update_refcount_after_clone()
501 dom_copy_doc_props(original->document, clone->document); in dom_update_refcount_after_clone()
508 dom_object *clone = dom_objects_set_class(intern->std.ce); in dom_objects_store_clone_obj() local
510 clone->std.handlers = dom_get_obj_handlers(); in dom_objects_store_clone_obj()
517 dom_update_refcount_after_clone(intern, node, clone, cloned_node); in dom_objects_store_clone_obj()
523 zend_objects_clone_members(&clone->std, &intern->std); in dom_objects_store_clone_obj()
525 return &clone->std; in dom_objects_store_clone_obj()
545 zend_objects_clone_members(clone, &intern->dom.std); in dom_object_namespace_node_clone_obj()
[all …]
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_format_object.cpp159 timeZone = obj_cal->getTimeZone().clone(); in PHP_FUNCTION()
168 cal = obj_cal->clone(); in PHP_FUNCTION()
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug64146.phpt28 return serialize(clone $this->b);
/PHP-8.3/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h46 CodePointBreakIterator* clone(void) const override;

Completed in 31 milliseconds

12345678