Home
last modified time | relevance | path

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

12345678

/PHP-8.3/ext/gmp/tests/
H A Dclone.phpt9 $b = clone $a;
/PHP-8.3/ext/spl/tests/
H A Dfixedarray_024.phpt7 $y = clone $x;
H A Dbug62904.phpt13 $z = clone $x;
H A DArrayObject_clone_other_std_props.phpt8 $c = clone $b;
H A Dobserver_009.phpt17 $storageB = clone $storageA;
H A DarrayObject_getFlags_basic1.phpt17 $cao = clone $ao;
/PHP-8.3/ext/dom/tests/
H A Dbug70558.phpt15 $dom = clone (new X());
H A Dbug37277.phpt12 $node = clone $dom1->documentElement;
/PHP-8.3/Zend/tests/
H A Dbug38234.phpt12 $y = clone $x;
H A Dbug24884.phpt16 return clone $this;
H A Dclosure_024.phpt9 $cc = clone $c;
H A Dbug69996.phpt7 $prepared = clone $cache;
H A D029.phpt8 $arr[0]->a = clone $arr[0];
/PHP-8.3/Zend/tests/varSyntax/
H A DparenthesesDeref.phpt15 (clone $obj)->b[0](1);
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_magic_set.phpt54 $test = clone $test;
56 $test = clone new Test;
H A Dtyped_properties_081.phpt12 $test2 = clone $test;
/PHP-8.3/ext/curl/tests/
H A Dcurl_handle_clone.phpt16 $ch2 = clone $ch1;
/PHP-8.3/Zend/tests/stack_limit/
H A Dstack_limit_001.phpt26 clone $this;
50 clone new Test2;
H A Dstack_limit_002.phpt25 clone $this;
50 clone new Test2;
/PHP-8.3/ext/simplexml/tests/
H A Dbug63575.phpt10 $o2 = clone $o1;
/PHP-8.3/Zend/tests/readonly_props/
H A Dreadonly_clone_error1.phpt22 clone $foo;
/PHP-8.3/Zend/tests/traits/
H A Dmethods_001.phpt32 clone $o;
H A Dmethods_002.phpt24 var_dump(clone $o);
/PHP-8.3/ext/date/tests/
H A Dbug77571.phpt9 $date4 = clone $date3;
/PHP-8.3/tests/classes/
H A Dclone_001.phpt14 $copy = clone $obj;

Completed in 19 milliseconds

12345678