Home
last modified time | relevance | path

Searched refs:clone (Results 76 – 100 of 195) sorted by relevance

12345678

/PHP-8.3/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-8.3/ext/date/tests/
H A Dbug74639.phpt11 $clonedPeriod = clone $period;
12 $clonedInterval = clone $interval;
H A Dbug75167.phpt12 $five_hours_later = (clone $date)->add($five_hours_interval);
13 $newDate = (clone $five_hours_later)->sub($five_hours_interval);
H A Doo_002.phpt10 $c = clone $d;
18 $c = clone $t;
H A Dbug73460-002.phpt13 $now = clone $end;
26 $now = clone $start;
H A DDateTime_fix_createFromFormat.phpt9 echo "*** Testing clone on DateTime objects ***\n";
25 *** Testing clone on DateTime objects ***
H A Ddate_diff.phpt16 $d = clone $d0;
35 $current = clone $dates[$i];
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp71 TimeZone *tz_clone = tz.clone(); in PHP_FUNCTION()
146 Calendar *cal_clone = cal->clone(); in PHP_FUNCTION()
197 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()
207 cal = cal->clone(); in PHP_FUNCTION()
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_warning_unclonable.phpt2 Trying to clone mysqli_warning object
32 $warning_clone = clone $warning;
40 Fatal error: Trying to clone an uncloneable object of class mysqli_warning in %s on line %d
/PHP-8.3/ext/com_dotnet/
H A Dcom_persist.c684 clone = emalloc(sizeof(*object)); in helper_clone()
685 memcpy(clone, object, sizeof(*object)); in helper_clone()
689 if (clone->ipf) { in helper_clone()
690 IPersistFile_AddRef(clone->ipf); in helper_clone()
692 if (clone->ips) { in helper_clone()
693 IPersistStream_AddRef(clone->ips); in helper_clone()
695 if (clone->ipsi) { in helper_clone()
696 IPersistStreamInit_AddRef(clone->ipsi); in helper_clone()
698 if (clone->unk) { in helper_clone()
699 IUnknown_AddRef(clone->unk); in helper_clone()
[all …]
/PHP-8.3/ext/fileinfo/tests/
H A Dclone_serialize.phpt11 $finfo2 = clone $finfo;
26 Trying to clone an uncloneable object of class finfo
/PHP-8.3/Zend/tests/readonly_props/
H A Dreadonly_clone_error4.phpt22 clone $foo;
28 clone $foo;
H A Dreadonly_clone_success4.phpt25 var_dump(clone $foo);
26 var_dump(clone $foo);
/PHP-8.3/ext/pdo/tests/
H A Dbug_77849.phpt18 $db2 = clone $db;
21 Fatal error: Uncaught Error: Trying to clone an uncloneable object of class PDO in %s
/PHP-8.3/ext/random/tests/02_engine/
H A Duser_compatibility.phpt22 $native_engine = clone $engine;
23 $user_engine = new TestWrapperEngine(clone $engine);
/PHP-8.3/ext/spl/tests/
H A Darray_022.phpt18 $b = clone $a;
39 $b = clone $a;
H A Dbug70573.phpt9 $q2 = clone $q1;
H A Dgh7809.phpt10 clone $sfi;
/PHP-8.3/ext/random/tests/03_randomizer/
H A Dcompatibility_user.phpt23 $native_randomizer = new Randomizer(clone $engine);
24 $user_randomizer = new Randomizer(new TestWrapperEngine(clone $engine));
/PHP-8.3/Zend/tests/weakrefs/
H A Dweakmap_multiple_weakrefs.phpt13 $map3 = clone $map2;
27 $map3 = clone $map2;
/PHP-8.3/Zend/tests/stack_limit/
H A Dstack_limit_003.phpt24 clone $this;
41 clone new Test2;
/PHP-8.3/Zend/tests/function_arguments/
H A Dsensitive_parameter_value_clone.phpt7 $v2 = clone $v1;
/PHP-8.3/ext/dom/tests/
H A Dclone_nodes.phpt16 $attrClone = clone $attr;
32 $barClone = clone $bar;
/PHP-8.3/ext/gmp/tests/
H A Dclone.phpt9 $b = clone $a;

Completed in 25 milliseconds

12345678