Home
last modified time | relevance | path

Searched refs:clone (Results 76 – 100 of 130) sorted by relevance

123456

/PHP-5.6/Zend/tests/traits/
H A Dmethods_002.phpt24 var_dump(clone $o);
/PHP-5.6/ext/spl/tests/
H A Dbug67582.phpt18 $list2 = clone $list;
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.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-5.6/Zend/tests/
H A D029.phpt8 $arr[0]->a = clone $arr[0];
H A Dbug61782.phpt19 $kid = clone $kid;
H A Dmethod_static_var.phpt22 …* function_add_ref() makes a clone of static variables for inherited functions, so $i in Bar::test…
H A Dexception_before_fatal.phpt43 $b = clone $foo;
/PHP-5.6/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.6/ext/standard/tests/serialize/
H A Dbug64146.phpt30 return serialize(clone $this->b);
/PHP-5.6/ext/exif/tests/
H A Dbug68799.phpt23 $b[$i] = clone $a;
/PHP-5.6/ext/intl/dateformat/
H A Ddateformat_format_object.cpp147 timeZone = obj_cal->getTimeZone().clone(); in PHP_FUNCTION()
156 cal = obj_cal->clone(); in PHP_FUNCTION()
/PHP-5.6/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h41 virtual CodePointBreakIterator* clone(void) const;
/PHP-5.6/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-5.6/ext/spl/examples/
H A Dkeyfilter.inc60 // disallow clone
/PHP-5.6/ext/spl/
H A Dspl_directory.h52 spl_foreign_clone_t clone; member

Completed in 22 milliseconds

123456