Home
last modified time | relevance | path

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

1234567

/PHP-7.4/Zend/tests/
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];
H A Dbug38234.phpt12 $y = clone $x;
/PHP-7.4/ext/date/tests/
H A Dbug48476.phpt14 $x = clone $o;
18 clone $o;
21 var_dump(timezone_location_get(clone new MyDateTimezone));
H A Dbug74639.phpt11 $clonedPeriod = clone $period;
12 $clonedInterval = clone $interval;
H A Doo_002.phpt10 $c = clone $d;
18 $c = clone $t;
H A DDateTime_fix_createFromFormat.phpt9 echo "*** Testing clone on DateTime objects ***\n";
26 *** Testing clone on DateTime objects ***
/PHP-7.4/ext/intl/tests/
H A Dbug62915.phpt19 $z = clone $x;
24 string(39) "Cannot clone unconstructed IntlTimeZone"
H A Dtransliterator_clone.phpt2 Transliterator clone handler
13 $u = clone $t;
H A Dcpbi_clone_equality.phpt2 IntlCodePointBreakIterator: clone and equality
18 $it_clone = clone $it;
/PHP-7.4/ext/pdo/tests/
H A Dbug_77849_2.phpt11 clone $stmt;
14 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class PDOStatement in %s:4
H A Dbug_77849.phpt17 $db2 = clone $db;
20 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class PDO in %s
/PHP-7.4/tests/classes/
H A Dfactory_and_singleton_007.phpt12 $clone = clone $obj;
H A Dfactory_and_singleton_008.phpt12 $clone = clone $obj;
/PHP-7.4/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-7.4/ext/mysqli/tests/
H A Dmysqli_warning_unclonable.phpt2 Trying to clone mysqli_warning object
33 $warning_clone = clone $warning;
41 Fatal error: Trying to clone an uncloneable object of class mysqli_warning in %s on line %d
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp86 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()
/PHP-7.4/ext/simplexml/tests/
H A Dbug39760.phpt19 $test2 = clone $test;
22 $test3 = clone $test->level1->level2a;
H A D002.phpt2 SimpleXML: clone
27 $copy = clone $sxe;
/PHP-7.4/ext/fileinfo/tests/
H A Dclone_serialize.phpt9 $finfo2 = clone $finfo;
24 Trying to clone an uncloneable object of class finfo
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_call_graph.h42 zend_func_info *clone; member
58 zend_func_info *clone; member
/PHP-7.4/ext/com_dotnet/
H A Dcom_persist.c708 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 …]
/PHP-7.4/ext/spl/tests/
H A Darray_022.phpt18 $b = clone $a;
39 $b = clone $a;
H A Dbug70573.phpt9 $q2 = clone $q1;
H A Dbug62904.phpt13 $z = clone $x;

Completed in 31 milliseconds

1234567