Home
last modified time | relevance | path

Searched refs:clone (Results 151 – 154 of 154) sorted by last modified time

1234567

/PHP-7.4/Zend/tests/
H A Dbug42818.phpt2 Bug #42818 ($foo = clone(array()); leaks memory)
5 $foo = clone(array());
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 D029.phpt8 $arr[0]->a = clone $arr[0];

Completed in 8 milliseconds

1234567