We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afef88 commit 7b1f927Copy full SHA for 7b1f927
ext/dom/xpath.c
@@ -36,7 +36,7 @@
36
37
zend_function_entry php_dom_xpath_class_functions[] = {
38
PHP_ME(domxpath, __construct, NULL, ZEND_ACC_PUBLIC)
39
- PHP_FALIAS(register_namespace, dom_xpath_register_ns, NULL)
+ PHP_FALIAS(registerNamespace, dom_xpath_register_ns, NULL)
40
PHP_FALIAS(query, dom_xpath_query, NULL)
41
{NULL, NULL, NULL}
42
};
0 commit comments