Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_CannotClone_basic.phpt13 $rc2 = clone($rc);
15 Fatal error: Trying to clone an uncloneable object of class ReflectionClass in %s on line %d
/PHP-5.5/tests/classes/
H A Dfactory_and_singleton_007.phpt14 $clone = clone $obj;
H A Dfactory_and_singleton_008.phpt14 $clone = clone $obj;
/PHP-5.5/ext/intl/tests/
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-5.5/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-5.5/ext/com_dotnet/
H A Dcom_persist.c716 clone = emalloc(sizeof(*object)); in helper_clone()
717 memcpy(clone, object, sizeof(*object)); in helper_clone()
718 *clone_ptr = clone; in helper_clone()
722 if (clone->ipf) { in helper_clone()
723 IPersistFile_AddRef(clone->ipf); in helper_clone()
725 if (clone->ips) { in helper_clone()
726 IPersistStream_AddRef(clone->ips); in helper_clone()
728 if (clone->ipsi) { in helper_clone()
729 IPersistStreamInit_AddRef(clone->ipsi); in helper_clone()
731 if (clone->unk) { in helper_clone()
[all …]
/PHP-5.5/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-5.5/ext/intl/dateformat/
H A Ddateformat_attrcpp.cpp86 TimeZone *tz_clone = tz.clone(); in PHP_FUNCTION()
188 Calendar *cal_clone = cal->clone(); in PHP_FUNCTION()
235 TimeZone *old_timezone = fetch_datefmt(dfo)->getTimeZone().clone(); in PHP_FUNCTION()
245 cal = cal->clone(); in PHP_FUNCTION()
/PHP-5.5/ext/date/tests/
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 ***
H A Ddate_diff.phpt16 $d = clone $d0;
35 $current = clone $dates[$i];
/PHP-5.5/ext/spl/tests/
H A Darray_022.phpt18 $b = clone $a;
39 $b = clone $a;
H A Dbug62904.phpt14 $z = clone $x;
/PHP-5.5/Zend/
H A Dzend_objects_API.h40 zend_objects_store_clone_t clone; member
66 …or_t dtor, zend_objects_free_object_storage_t storage, zend_objects_store_clone_t clone TSRMLS_DC);
H A Dzend_objects_API.c107 … dtor, zend_objects_free_object_storage_t free_storage, zend_objects_store_clone_t clone TSRMLS_DC) in zend_objects_store_put()
132 obj->clone = clone; in zend_objects_store_put()
260 if (obj->clone == NULL) { in zend_objects_store_clone_obj()
264 obj->clone(obj->object, &new_object TSRMLS_CC); in zend_objects_store_clone_obj()
267 …retval.handle = zend_objects_store_put(new_object, obj->dtor, obj->free_storage, obj->clone TSRMLS… in zend_objects_store_clone_obj()
/PHP-5.5/Zend/tests/
H A Dbug38234.phpt12 $y = clone $x;
H A Dclosure_024.phpt9 $cc = clone $c;
H A Derrmsg_014.phpt17 Fatal error: Cannot call __clone() method on objects - use 'clone $obj' instead in %s on line %d
H A Dbug24884.phpt18 return clone $this;
H A D029.phpt8 $arr[0]->a = clone $arr[0];
/PHP-5.5/ext/dom/tests/
H A Dbug37277.phpt12 $node = clone $dom1->documentElement;
/PHP-5.5/Zend/tests/traits/
H A Dmethods_001.phpt32 clone $o;
H A Dmethods_002.phpt24 var_dump(clone $o);

Completed in 42 milliseconds

123456