Searched refs:newdoc (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/dom/ |
H A D | document.c | 1475 xmlDoc *docp = NULL, *newdoc; in dom_parse_document() local 1505 newdoc = dom_document_parser(id, mode, source, source_len, options); in dom_parse_document() 1507 if (!newdoc) in dom_parse_document() 1525 if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc) == -1) { in dom_parse_document() 1531 …php_libxml_increment_node_ptr((php_libxml_node_object *)intern, (xmlNodePtr)newdoc, (void *)intern… in dom_parse_document() 1535 DOM_RET_OBJ((xmlNodePtr) newdoc, &ret, NULL); in dom_parse_document() 1997 xmlDoc *docp = NULL, *newdoc; in dom_load_html() local 2052 newdoc = ctxt->myDoc; in dom_load_html() 2055 if (!newdoc) in dom_load_html() 2073 if (php_libxml_increment_doc_ref((php_libxml_node_object *)intern, newdoc) == -1) { in dom_load_html() [all …]
|
/PHP-7.0/ext/xsl/ |
H A D | xsltprocessor.c | 399 xmlDoc *doc = NULL, *newdoc = NULL; in PHP_FUNCTION() local 423 newdoc = xmlCopyDoc(doc, 1); in PHP_FUNCTION() 424 xmlNodeSetBase((xmlNodePtr) newdoc, (xmlChar *)doc->URL); in PHP_FUNCTION() 429 sheetp = xsltParseStylesheetDoc(newdoc); in PHP_FUNCTION() 434 xmlFreeDoc(newdoc); in PHP_FUNCTION()
|
Completed in 16 milliseconds