summaryrefslogtreecommitdiff
path: root/ext/domxml/php_domxml.h
diff options
context:
space:
mode:
authorUwe Steinmann <steinm@php.net>2000-02-10 15:24:13 +0000
committerUwe Steinmann <steinm@php.net>2000-02-10 15:24:13 +0000
commit992e808451faa8351586468093bb71f4061fd902 (patch)
treeb70962b035b025f99cd100e1a5c1de4877eb12a2 /ext/domxml/php_domxml.h
parente79c87aca03e5356007c00da3c8de35e92d55f32 (diff)
downloadphp-git-992e808451faa8351586468093bb71f4061fd902.tar.gz
- added funktion xmltree(), renamed dom() to xmldoc() and domfile()
to xmldocfile(). - testdom covers most of the functionality
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r--ext/domxml/php_domxml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h
index bee87423a3..a479d3f410 100644
--- a/ext/domxml/php_domxml.h
+++ b/ext/domxml/php_domxml.h
@@ -43,8 +43,8 @@ extern zend_module_entry php_domxml_module_entry;
/* directory functions */
extern PHP_MINIT_FUNCTION(domxml);
extern PHP_MINFO_FUNCTION(domxml);
-PHP_FUNCTION(getdom);
-PHP_FUNCTION(getdomfile);
+PHP_FUNCTION(xmldoc);
+PHP_FUNCTION(xmldocfile);
PHP_FUNCTION(xmltree);
PHP_FUNCTION(domxml_newxmldoc);