Home
last modified time | relevance | path

Searched refs:clone (Results 151 – 175 of 211) sorted by relevance

123456789

/php-src/ext/exif/tests/
H A Dbug68799.phpt24 $b[$i] = clone $a;
/php-src/ext/ffi/tests/
H A D200.phpt27 $orig_zend_write = clone $zend->zend_write;
/php-src/ext/date/tests/
H A Dgh9891.phpt12 $b = clone $a;
/php-src/sapi/fuzzer/dict/
H A Dparser45 "clone"
/php-src/ext/spl/tests/
H A Ddllist_004.phpt43 $stack_clone = clone $stack;
H A Ddllist_005.phpt43 $queue_clone = clone $queue;
H A Ddllist_001.phpt45 $dll_clone = clone $dll;
H A Dfixedarray_001.phpt43 $b = clone $a;
/php-src/Zend/tests/
H A Dexception_before_fatal.phpt43 $b = clone $foo;
/php-src/ext/intl/dateformat/
H A Ddateformat_format_object.cpp159 timeZone = obj_cal->getTimeZone().clone(); in PHP_FUNCTION()
168 cal = obj_cal->clone(); in PHP_FUNCTION()
H A Ddatepatterngenerator_class.cpp50 DateTimePatternGenerator *newDtpg = dtpgo_orig->dtpg->clone(); in IntlDatePatternGenerator_object_clone()
/php-src/ext/standard/tests/serialize/
H A Dbug64146.phpt28 return serialize(clone $this->b);
/php-src/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h46 CodePointBreakIterator* clone(void) const override;
/php-src/ext/spl/
H A Dspl_directory.h43 spl_foreign_clone_t clone; member
/php-src/ext/simplexml/tests/
H A D006.phpt43 foreach(clone $sxe as $name => $data) {
H A D019.phpt43 foreach(clone $sxe->children() as $name => $data) {
/php-src/.github/scripts/windows/
H A Dbuild.bat26 git clone --branch %SDK_BRANCH% %SDK_REMOTE% --depth 1 "%PHP_BUILD_CACHE_SDK_DIR%" 2>&1
/php-src/Zend/tests/grammar/
H A Dsemi_reserved_001.phpt41 function clone(){ echo __METHOD__, PHP_EOL; }
122 $obj->clone();
203 Obj::clone
H A Dsemi_reserved_002.phpt41 static function clone(){ echo __METHOD__, PHP_EOL; }
119 Obj::clone();
199 Obj::clone
/php-src/ext/xsl/tests/
H A Dspecial_operations_with_properties.phpt54 $clone =& $xslt->cloneDocument;
/php-src/Zend/tests/offsets/
H A Druntime_compile_time_offset_access.phpt51 $container = clone $container_orig;
/php-src/ext/curl/
H A Dcurl_private.h105 uint32_t* clone; member
/php-src/ext/hash/tests/
H A Dhash-clone.phpt2 Hash: hash_copy() via clone
12 $copy = clone $orig;
22 $copy = clone $orig;
/php-src/Zend/
H A Dzend_objects.c197 bool has_clone_method = old_object->ce->clone != NULL; in zend_objects_clone_members()
271 zend_call_known_instance_method_with_0_params(new_object->ce->clone, new_object, NULL); in zend_objects_clone_members()
/php-src/ext/dom/tests/
H A DDOMElement_insertAdjacentText.phpt39 testNormalCases(clone $dom, true);

Completed in 49 milliseconds

123456789