summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorChristian Stocker <chregu@php.net>2002-01-18 12:40:12 +0000
committerChristian Stocker <chregu@php.net>2002-01-18 12:40:12 +0000
commit8e70e61bfae1fb3f00181230d7291714e7bfb231 (patch)
treee46d20a0d8b31a3cddd30a063b70130b27852c9b /ext/domxml/php_domxml.h
parentafb8248e91222d3d407ba1cb1b755d73859667e3 (diff)
downloadphp-git-8e70e61bfae1fb3f00181230d7291714e7bfb231.tar.gz
- added macro DOMXML_PARAM_ONE
@- added function domxml_dump_node($doc,$node). Dumps a node plus all @ children into a string. (chregu)
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index 57913628b4..a14f0a8fd1 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -80,6 +80,7 @@ PHP_FUNCTION(domxml_add_root);
PHP_FUNCTION(domxml_intdtd);
PHP_FUNCTION(domxml_dump_mem);
PHP_FUNCTION(domxml_dump_mem_file);
+PHP_FUNCTION(domxml_dump_node);
#if defined(LIBXML_HTML_ENABLED)
PHP_FUNCTION(domxml_html_dump_mem);