Home
last modified time | relevance | path

Searched refs:clone (Results 51 – 75 of 196) sorted by relevance

12345678

/PHP-8.3/ext/intl/tests/
H A Dmsgfmt_clone_bad_obj.phpt14 $b = clone $a;
20 string(%d) "Cannot clone unconstructed MessageFormatter"
H A Ddateformat_clone_bad_obj.phpt14 $b = clone $a;
20 string(%s) "Cannot clone unconstructed IntlDateFormatter"
H A Dbug62915.phpt17 $z = clone $x;
23 string(39) "Cannot clone unconstructed IntlTimeZone"
H A Ddatepatterngenerator_clone.phpt2 IntlDatePatternGenerator::getBestPattern(): clone
13 $dtpg_clone = clone $dtpg;
H A Dtransliterator_clone.phpt2 Transliterator clone handler
13 $u = clone $t;
H A Dcpbi_clone_equality.phpt2 IntlCodePointBreakIterator: clone and equality
16 $it_clone = clone $it;
/PHP-8.3/Zend/tests/
H A Dclone_001.phpt2 Using clone statement on non-object
6 $a = clone array();
H A Dgh11244-004.phpt10 $clone = clone $obj;
H A Dbug42818.phpt2 Bug #42818 ($foo = clone(array()); leaks memory)
5 $foo = clone(array());
H A Dbug36071.phpt2 Bug #36071 (Engine Crash related with 'clone')
7 $a = clone 0;
H A Dindirect_method_call_004.phpt18 var_dump(clone (new bar)->z);
19 var_dump(clone (new bar)->getZ());
H A Dclone_003.phpt2 Using clone statement on undefined variable
6 $a = clone $b;
H A Dbug42817.phpt2 Bug #42817 (clone() on a non-object does not result in a fatal error)
5 $a = clone(null);
H A Dclone_004.phpt2 Testing usage of object as array on clone statement
14 $a = clone $c->b[1];
/PHP-8.3/tests/classes/
H A Dclone_003.phpt22 $this->p5 = 'clone:5';
28 $copy = clone $obj;
53 [p5] => clone:5
H A Dfactory_and_singleton_008.phpt12 $clone = clone $obj;
H A Dfactory_and_singleton_007.phpt12 $clone = clone $obj;
/PHP-8.3/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
/PHP-8.3/ext/xml/tests/
H A Dbug78563.phpt9 clone $parser;
14 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class XMLParser in %s:%d
/PHP-8.3/ext/pdo/tests/
H A Dbug_77849_2.phpt9 clone $stmt;
12 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class PDOStatement in %s:4
/PHP-8.3/ext/gd/tests/
H A Dgdimage_prevent_cloning.phpt9 $img_dst = clone $img_src;
13 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class GdImage in %s:%d
/PHP-8.3/ext/zend_test/tests/
H A Dgh14741.phpt10 clone $it;
16 Trying to clone an uncloneable object of class InternalIterator
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_CannotClone_basic.phpt9 $rc2 = clone($rc);
12 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class ReflectionClass in %s:%d
/PHP-8.3/ext/date/tests/
H A Dbug80913.phpt6 $_30mbefore = (clone $date)->sub(new DateInterval('PT30M'));
7 $_30mafter = (clone $date)->add(new DateInterval('PT30M'));
/PHP-8.3/Zend/tests/readonly_props/
H A Dreadonly_clone_success3.phpt19 var_dump(clone $foo);
20 var_dump(clone $foo);

Completed in 24 milliseconds

12345678