Home
last modified time | relevance | path

Searched refs:clone (Results 1 – 25 of 154) sorted by path

1234567

/PHP-7.4/
H A DUPGRADING.INTERNALS56 clone, now we use the same private property_info, and should also
/PHP-7.4/Zend/tests/
H A D029.phpt8 $arr[0]->a = clone $arr[0];
H A Dbug24884.phpt16 return clone $this;
H A Dbug27268.phpt2 Bug #27268 (Bad references accentuated by clone)
16 $clone = clone $A;
17 $clone->a = array();
H A Dbug36071.phpt2 Bug #36071 (Engine Crash related with 'clone')
7 $a = clone 0;
H A Dbug37707.phpt2 Bug #37707 (clone without assigning leaks memory)
10 clone new testme();
H A Dbug38234.phpt12 $y = clone $x;
H A Dbug42817.phpt2 Bug #42817 (clone() on a non-object does not result in a fatal error)
5 $a = clone(null);
H A Dbug42818.phpt2 Bug #42818 ($foo = clone(array()); leaks memory)
5 $foo = clone(array());
H A Dbug61782.phpt19 $kid = clone $kid;
H A Dbug68262.phpt13 $clone = clone $first;
17 $clone = clone $first;
18 $clone->p = 'foo';
H A Dbug69996.phpt7 $prepared = clone $cache;
H A Dbug71275.phpt17 echo "I'm working hard to clone";
23 clone $instance;
27 I'm working hard to clone
H A Dbug73288.phpt23 $b = clone $c->x;
H A Dbug74862.phpt2 Bug #74862 (Unable to clone instance when private __clone defined)
24 $a = clone $this;
37 // private clone
H A Dbug74862_2.phpt2 Bug #74862 (Unable to clone instance when private __clone defined in a child class)
27 $a = clone $this;
40 // private clone
H A Dclone_001.phpt2 Using clone statement on non-object
6 $a = clone array();
H A Dclone_002.phpt2 Testing multiple clone statements
6 $a = clone clone $b = new stdClass;
10 $c = clone clone clone $b = new stdClass;
15 $d = clone $a = $b = new foo;
H A Dclone_003.phpt2 Using clone statement on undefined variable
6 $a = clone $b;
H A Dclone_004.phpt2 Testing usage of object as array on clone statement
14 $a = clone $c->b[1];
H A Dclosure_024.phpt9 $cc = clone $c;
H A Dexception_before_fatal.phpt43 $b = clone $foo;
/PHP-7.4/Zend/tests/assert/
H A Dexpect_015.phpt18 $y = clone $x;
160 $y = clone $x;
/PHP-7.4/Zend/tests/generators/
H A Dclone.phpt11 clone $gen;
15 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class Generator in %s:%d
H A Dyield_in_finally_cleanup.phpt2 Free pending exceptions / return values on clone on yield in finally

Completed in 28 milliseconds

1234567