Searched refs:cloned (Results 1 – 21 of 21) sorted by relevance
11 $cloned = clone $this;12 $cloned->x = 42;13 return $cloned;
7 echo "cloned\n";14 cloned
2 Bug #68262: Broken reference across cloned objects
2 Bug #69996 (Changing the property of a cloned object affects the original)
2 GH-16388 (UB when freeing a cloned _ZendTestFiber)
2 Generators cannot be cloned
2 PDO Common: Bug #77849 (inconsistent state of cloned statament object)
2 PDO Common: Bug #77849 (Unexpected segfault attempting to use cloned PDO object)
2 Checks that GdImage instances cannot be cloned
2 Reflection class cannot be cloned
2 Bug #39662 (Segfault when calling asXML() of a cloned SimpleXMLElement)
2 Bug #63575 (Root elements are not properly cloned)
2 Bug #64146 (serialize incorrectly saving objects when they are cloned)
159 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()
308 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()
194 bool cloned; member
19 .cloned = false
2574 xmlNodePtr cloned; in dom_clone_helper() local2576 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 …]
4 # .git/info/exclude in the cloned repository or a global .gitignore file.
152 . Previously, DOMXPath objects could be cloned, but resulted in an unusable
1084 5. Make sure you have the following repositories cloned locally:
Completed in 46 milliseconds