mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove unused prototype from php_dom.h
This commit is contained in:
parent
db37f3e35b
commit
e9355fa162
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ bool php_dom_has_sibling_following_node(xmlNodePtr node, xmlElementType type);
|
|||
bool php_dom_has_sibling_preceding_node(xmlNodePtr node, xmlElementType type);
|
||||
bool php_dom_has_child_of_type(xmlNodePtr node, xmlElementType type);
|
||||
void php_dom_update_document_after_clone(dom_object *original, xmlNodePtr original_node, dom_object *clone, xmlNodePtr cloned_node);
|
||||
void php_dom_document_constructor(INTERNAL_FUNCTION_PARAMETERS);
|
||||
xmlAttrPtr php_dom_get_attribute_node(xmlNodePtr elem, const xmlChar *name, size_t name_len);
|
||||
xmlChar *php_dom_libxml_fix_file_path(xmlChar *path);
|
||||
void dom_document_convert_to_modern(php_libxml_ref_obj *document, xmlDocPtr lxml_doc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue