Home
last modified time | relevance | path

Searched refs:cloned (Results 1 – 21 of 21) sorted by relevance

/PHP-8.4/ext/opcache/tests/jit/
H A Dgh12482.phpt11 $cloned = clone $this;
12 $cloned->x = 42;
13 return $cloned;
/PHP-8.4/Zend/tests/
H A Dbug37707.phpt7 echo "cloned\n";
14 cloned
H A Dbug68262.phpt2 Bug #68262: Broken reference across cloned objects
H A Dbug69996.phpt2 Bug #69996 (Changing the property of a cloned object affects the original)
/PHP-8.4/ext/zend_test/tests/
H A Dgh16388.phpt2 GH-16388 (UB when freeing a cloned _ZendTestFiber)
/PHP-8.4/Zend/tests/generators/
H A Dclone.phpt2 Generators cannot be cloned
/PHP-8.4/ext/pdo/tests/
H A Dbug_77849_2.phpt2 PDO Common: Bug #77849 (inconsistent state of cloned statament object)
H A Dbug_77849.phpt2 PDO Common: Bug #77849 (Unexpected segfault attempting to use cloned PDO object)
/PHP-8.4/ext/gd/tests/
H A Dgdimage_prevent_cloning.phpt2 Checks that GdImage instances cannot be cloned
/PHP-8.4/ext/reflection/tests/
H A DReflectionClass_CannotClone_basic.phpt2 Reflection class cannot be cloned
/PHP-8.4/ext/simplexml/tests/
H A Dbug39662.phpt2 Bug #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
H A Dbug63575.phpt2 Bug #63575 (Root elements are not properly cloned)
/PHP-8.4/ext/standard/tests/serialize/
H A Dbug64146.phpt2 Bug #64146 (serialize incorrectly saving objects when they are cloned)
/PHP-8.4/ext/dom/lexbor/lexbor/css/syntax/
H A Dtoken.c159 token->cloned = true; in lxb_css_syntax_token_string_make()
182 token->cloned = false; in lxb_css_syntax_token_cached_create()
194 if (token->cloned) { in lxb_css_syntax_token_string_free()
H A Dtokenizer.c308 token->cloned = false; in lxb_css_syntax_tokenizer_token()
364 token->cloned = false; in lxb_css_syntax_tokenizer_token()
374 token->cloned = false; in lxb_css_syntax_tokenizer_token()
H A Dtoken.h194 bool cloned; member
H A Dparser.c19 .cloned = false
/PHP-8.4/ext/dom/
H A Dphp_dom.c2574 xmlNodePtr cloned; in dom_clone_helper() local
2576 cloned = dom_clone_container_helper(ns_mapper, src_node, dst_doc); in dom_clone_helper()
2579 cloned = NULL; in dom_clone_helper()
2581 cloned = xmlDocCopyNode(src_node, dst_doc, 1); in dom_clone_helper()
2584 if (EXPECTED(cloned != NULL)) { in dom_clone_helper()
2586 cloned_parent->children = cloned; in dom_clone_helper()
2588 cloned->prev = cloned_parent->last; in dom_clone_helper()
2589 cloned_parent->last->next = cloned; in dom_clone_helper()
2591 cloned->parent = cloned_parent; in dom_clone_helper()
2592 cloned_parent->last = cloned; in dom_clone_helper()
[all …]
/PHP-8.4/
H A D.gitignore4 # .git/info/exclude in the cloned repository or a global .gitignore file.
H A DUPGRADING152 . Previously, DOMXPath objects could be cloned, but resulted in an unusable
/PHP-8.4/docs/
H A Drelease-process.md1084 5. Make sure you have the following repositories cloned locally:

Completed in 46 milliseconds