Searched refs:clone (Results 51 – 75 of 154) sorted by relevance
1234567
2 Bug #42817 (clone() on a non-object does not result in a fatal error)5 $a = clone(null);
2 Testing usage of object as array on clone statement14 $a = clone $c->b[1];
12 $y = clone $x;
14 $x = clone $o;18 clone $o;21 var_dump(timezone_location_get(clone new MyDateTimezone));
11 $clonedPeriod = clone $period;12 $clonedInterval = clone $interval;
10 $c = clone $d;18 $c = clone $t;
9 echo "*** Testing clone on DateTime objects ***\n";26 *** Testing clone on DateTime objects ***
19 $z = clone $x;24 string(39) "Cannot clone unconstructed IntlTimeZone"
2 Transliterator clone handler13 $u = clone $t;
2 IntlCodePointBreakIterator: clone and equality18 $it_clone = clone $it;
11 clone $stmt;14 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class PDOStatement in %s:4
17 $db2 = clone $db;20 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class PDO in %s
12 $clone = clone $obj;
9 $rc2 = clone($rc);12 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class ReflectionClass in %s:%d
2 Trying to clone mysqli_warning object33 $warning_clone = clone $warning;41 Fatal error: Trying to clone an uncloneable object of class mysqli_warning in %s on line %d
86 TimeZone *tz_clone = tz.clone(); in PHP_FUNCTION()175 Calendar *cal_clone = cal->clone(); in PHP_FUNCTION()222 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()232 cal = cal->clone(); in PHP_FUNCTION()
19 $test2 = clone $test;22 $test3 = clone $test->level1->level2a;
2 SimpleXML: clone27 $copy = clone $sxe;
9 $finfo2 = clone $finfo;24 Trying to clone an uncloneable object of class finfo
42 zend_func_info *clone; member58 zend_func_info *clone; member
708 clone = emalloc(sizeof(*object)); in helper_clone()709 memcpy(clone, object, sizeof(*object)); in helper_clone()713 if (clone->ipf) { in helper_clone()714 IPersistFile_AddRef(clone->ipf); in helper_clone()716 if (clone->ips) { in helper_clone()717 IPersistStream_AddRef(clone->ips); in helper_clone()719 if (clone->ipsi) { in helper_clone()720 IPersistStreamInit_AddRef(clone->ipsi); in helper_clone()722 if (clone->unk) { in helper_clone()723 IUnknown_AddRef(clone->unk); in helper_clone()[all …]
18 $b = clone $a;39 $b = clone $a;
9 $q2 = clone $q1;
13 $z = clone $x;
Completed in 35 milliseconds