Home
last modified time | relevance | path

Searched refs:clone (Results 51 – 75 of 96) sorted by relevance

1234

/PHP-5.3/ext/simplexml/tests/
H A D002.phpt2 SimpleXML: clone
27 $copy = clone $sxe;
H A D006.phpt43 foreach(clone $sxe as $name => $data) {
/PHP-5.3/ext/spl/tests/
H A Darray_022.phpt18 $b = clone $a;
39 $b = clone $a;
H A Dbug62904.phpt14 $z = clone $x;
H A DarrayObject_getFlags_basic1.phpt17 $cao = clone $ao;
H A Dobserver_009.phpt17 $storageB = clone $storageA;
H A Ddllist_002.phpt10 $dll2 = clone $dll;
H A Dheap_001.phpt35 $h2 = clone $h;
H A Ddllist_004.phpt49 $stack_clone = clone $stack;
H A Ddllist_005.phpt49 $queue_clone = clone $queue;
H A Dfixedarray_001.phpt45 $b = clone $a;
H A Ddllist_001.phpt55 $dll_clone = clone $dll;
/PHP-5.3/ext/date/tests/
H A Ddate_diff.phpt16 $d = clone $d0;
35 $current = clone $dates[$i];
/PHP-5.3/Zend/
H A Dzend_objects_API.h39 zend_objects_store_clone_t clone; member
65 …or_t dtor, zend_objects_free_object_storage_t storage, zend_objects_store_clone_t clone TSRMLS_DC);
H A Dzend_objects_API.c102 … dtor, zend_objects_free_object_storage_t free_storage, zend_objects_store_clone_t clone TSRMLS_DC) in zend_objects_store_put()
126 obj->clone = clone; in zend_objects_store_put()
254 if (obj->clone == NULL) { in zend_objects_store_clone_obj()
258 obj->clone(obj->object, &new_object TSRMLS_CC); in zend_objects_store_clone_obj()
261 …retval.handle = zend_objects_store_put(new_object, obj->dtor, obj->free_storage, obj->clone TSRMLS… in zend_objects_store_clone_obj()
H A Dzend_objects.c151 if (old_object->ce->clone) { in zend_objects_clone_members()
159 …zend_call_method_with_0_params(&new_obj, old_object->ce, &old_object->ce->clone, ZEND_CLONE_FUNC_N… in zend_objects_clone_members()
/PHP-5.3/Zend/tests/
H A Dbug38234.phpt12 $y = clone $x;
H A Derrmsg_014.phpt17 Fatal error: Cannot call __clone() method on objects - use 'clone $obj' instead in %s on line %d
H A Dbug24884.phpt18 return clone $this;
H A D029.phpt8 $arr[0]->a = clone $arr[0];
/PHP-5.3/ext/dom/tests/
H A Dbug37277.phpt12 $node = clone $dom1->documentElement;
/PHP-5.3/tests/classes/
H A Dclone_001.phpt16 $copy = clone $obj;
H A Dclone_002.phpt18 $copy = clone $obj;
H A Dclone_004.phpt30 $o2 = clone $o1;
/PHP-5.3/ext/spl/examples/
H A Dkeyfilter.inc60 // disallow clone

Completed in 27 milliseconds

1234