summaryrefslogtreecommitdiff
path: root/ext/dom/xpath.c
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2004-04-06 18:26:19 +0000
committerRob Richards <rrichards@php.net>2004-04-06 18:26:19 +0000
commit7b1f927ef5ca7cbf7a835c3eb08ff4a783059d24 (patch)
tree29ff131b1f54632037a6de358dc65c1e3b412107 /ext/dom/xpath.c
parent1afef889e2169d67e62b154072d2335355d3c72a (diff)
downloadphp-git-7b1f927ef5ca7cbf7a835c3eb08ff4a783059d24.tar.gz
register_namespace changed to registerNamespace for consistency
Diffstat (limited to 'ext/dom/xpath.c')
-rw-r--r--ext/dom/xpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/xpath.c b/ext/dom/xpath.c
index f6e9efd06e..e4e22c0a41 100644
--- a/ext/dom/xpath.c
+++ b/ext/dom/xpath.c
@@ -36,7 +36,7 @@
zend_function_entry php_dom_xpath_class_functions[] = {
PHP_ME(domxpath, __construct, NULL, ZEND_ACC_PUBLIC)
- PHP_FALIAS(register_namespace, dom_xpath_register_ns, NULL)
+ PHP_FALIAS(registerNamespace, dom_xpath_register_ns, NULL)
PHP_FALIAS(query, dom_xpath_query, NULL)
{NULL, NULL, NULL}
};