Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 126) sorted by last modified time

123456

/PHP-5.5/tests/classes/
H A Dfactory_and_singleton_007.phpt14 $clone = clone $obj;
H A Dfactory_and_singleton_008.phpt14 $clone = clone $obj;
H A Dclone_001.phpt16 $copy = clone $obj;
H A Dclone_002.phpt18 $copy = clone $obj;
H A Dclone_003.phpt24 $this->p5 = 'clone:5';
30 $copy = clone $obj;
54 [p5] => clone:5
H A Dclone_004.phpt30 $o2 = clone $o1;
H A Dclone_006.phpt30 $clone = clone $original;
32 echo $clone->id . "\n";
33 echo $clone->name . "\n";
34 echo $clone->address . "\n";
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c492 int clone; in php_xsl_apply_stylesheet() local
633 clone = 0; in php_xsl_apply_stylesheet()
634 while(params[clone]) { in php_xsl_apply_stylesheet()
635 efree(params[clone++]); in php_xsl_apply_stylesheet()
/PHP-5.5/ext/xmlreader/tests/
H A Dbug51936.phpt2 Bug #51936 (Crash with clone XMLReader)
15 $xmlreader2 = clone $xmlreader;
22 Fatal error: Trying to clone an uncloneable object of class XMLReader in %s on line %d
/PHP-5.5/ext/spl/tests/
H A Dobserver_009.phpt17 $storageB = clone $storageA;
H A Dheap_001.phpt35 $h2 = clone $h;
H A Ddllist_001.phpt45 $dll_clone = clone $dll;
H A Ddllist_004.phpt43 $stack_clone = clone $stack;
H A Ddllist_005.phpt43 $queue_clone = clone $queue;
H A Dfixedarray_001.phpt43 $b = clone $a;
H A Ddit_004.phpt2 SPL: DirectoryIterator and clone
6 $b = clone $a;
12 $c = clone $a;
H A Ddit_005.phpt2 SPL: FilesystemIterator and clone
6 $b = clone $a;
12 $c = clone $a;
H A Ddllist_002.phpt10 $dll2 = clone $dll;
H A Dfileobject_003.phpt15 $c = clone $o;
H A Darray_022.phpt18 $b = clone $a;
39 $b = clone $a;
H A Dbug36941.phpt2 Bug #36941 (ArrayIterator does not clone itself)
9 $b = clone $a;
22 $b = clone $a;
H A Dbug62904.phpt14 $z = clone $x;
H A DarrayObject_getFlags_basic1.phpt17 $cao = clone $ao;
H A DarrayObject_clone_basic1.phpt7 $a['p1'] = 'new element added to a before clone';
9 $aa2 = clone $aa1;
11 $a['p2'] = 'new element added to a after clone';
23 string(35) "new element added to a before clone"
25 string(34) "new element added to a after clone"
H A DarrayObject_clone_basic2.phpt9 $c->p1 = 'new prop added to c before clone';
11 $ao2 = clone $ao1;
13 $c->p2 = 'new prop added to c after clone';
21 string(32) "new prop added to c before clone"
23 string(31) "new prop added to c after clone"
31 string(32) "new prop added to c before clone"
33 string(31) "new prop added to c after clone"
42 string(32) "new prop added to c before clone"

Completed in 33 milliseconds

123456