summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-03-02 16:39:50 +0000
committerUwe Steinmann <steinm@php.net>2000-03-02 16:39:50 +0000
commitad311c35c75f1f99ab6b505e01fc1305dae05ae3 (patch)
treeaff886fbd41c755551ad9966bf091dc21286bcea /ext/domxml/php_domxml.h
parent74fba75ca0dd75fc8103299729cef35dcc66dbf3 (diff)
downloadphp-git-ad311c35c75f1f99ab6b505e01fc1305dae05ae3.tar.gz
- The root node of a xml doc is now an array since it is possible
to have a comment or pi and an element on root level.
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 5bd7ccb44f..cfed9a1a2e 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -67,6 +67,7 @@ PHP_FUNCTION(domxml_new_child);
/* Class Attribute methods */
PHP_FUNCTION(domxml_attrname);
+PHP_FUNCTION(domxml_test);
#else
#define php_domxml_module_ptr NULL
#endif /* HAVE_DOMXML */