Home
last modified time | relevance | path

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

1234567

/PHP-7.4/ext/spl/tests/
H A DArrayObject_clone_other_std_props.phpt8 $c = clone $b;
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;
/PHP-7.4/Zend/tests/varSyntax/
H A DparenthesesDeref.phpt15 (clone $obj)->b[0](1);
/PHP-7.4/ext/date/tests/
H A Ddate_diff.phpt16 $d = clone $d0;
35 $current = clone $dates[$i];
/PHP-7.4/ext/dom/tests/
H A Dbug70558.phpt15 $dom = clone (new X());
H A Dbug37277.phpt12 $node = clone $dom1->documentElement;
/PHP-7.4/ext/gmp/tests/
H A Dclone.phpt9 $b = clone $a;
/PHP-7.4/Zend/tests/
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];
H A Dbug61782.phpt19 $kid = clone $kid;
H A Dbug73288.phpt23 $b = clone $c->x;
H A Dmethod_static_var.phpt22 …* function_add_ref() makes a clone of static variables for inherited functions, so $i in Bar::test…
/PHP-7.4/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-7.4/Zend/tests/traits/
H A Dmethods_001.phpt32 clone $o;
H A Dmethods_002.phpt24 var_dump(clone $o);
/PHP-7.4/tests/classes/
H A Dclone_001.phpt14 $copy = clone $obj;
H A Dclone_002.phpt16 $copy = clone $obj;
/PHP-7.4/Zend/tests/generators/
H A Dyield_in_finally_cleanup.phpt2 Free pending exceptions / return values on clone on yield in finally
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_003.phpt41 var $clone = 'clone';
122 echo $obj->clone, PHP_EOL;
204 clone

Completed in 20 milliseconds

1234567