diff options
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index 4153818172..c5bd02eb9d 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -56,6 +56,8 @@ PHP_FUNCTION(domxml_setattr); PHP_FUNCTION(domxml_children); PHP_FUNCTION(domxml_lastchild); PHP_FUNCTION(domxml_parent); +PHP_FUNCTION(domxml_node); +PHP_FUNCTION(domxml_newchild); /* Class Attribute methods */ PHP_FUNCTION(domxml_attrname); |