Skip to content

Commit 7b1f927

Browse files
author
Rob Richards
committed
register_namespace changed to registerNamespace for consistency
1 parent 1afef88 commit 7b1f927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/xpath.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
zend_function_entry php_dom_xpath_class_functions[] = {
3838
PHP_ME(domxpath, __construct, NULL, ZEND_ACC_PUBLIC)
39-
PHP_FALIAS(register_namespace, dom_xpath_register_ns, NULL)
39+
PHP_FALIAS(registerNamespace, dom_xpath_register_ns, NULL)
4040
PHP_FALIAS(query, dom_xpath_query, NULL)
4141
{NULL, NULL, NULL}
4242
};

0 commit comments

Comments
 (0)