]> granicus.if.org Git - php/commitdiff
MFH added unlink_node alias
authorJoseph Tate <jtate@php.net>
Fri, 5 Apr 2002 19:13:58 +0000 (19:13 +0000)
committerJoseph Tate <jtate@php.net>
Fri, 5 Apr 2002 19:13:58 +0000 (19:13 +0000)
ext/domxml/php_domxml.c

index b2d7765d908e422ac003645c5830bba1c7e78cd4..f84eaba892781d18b017a766dce25c9c8ce3869b 100644 (file)
@@ -311,8 +311,9 @@ static zend_function_entry php_domxmlnode_class_functions[] = {
        PHP_FALIAS(new_child,                           domxml_node_new_child,                  NULL)
        PHP_FALIAS(attributes,                          domxml_node_attributes,                 NULL)
        PHP_FALIAS(has_attributes,                      domxml_node_has_attributes,             NULL)
-       PHP_FALIAS(node,                                        domxml_node,                                    NULL)
-       PHP_FALIAS(unlink,                                      domxml_node_unlink_node,                NULL)
+       PHP_FALIAS(node,                                domxml_node,                                    NULL)
+       PHP_FALIAS(unlink_node,                         domxml_node_unlink_node,                NULL)
+       PHP_FALIAS(unlink,                              domxml_node_unlink_node,                NULL)
        PHP_FALIAS(replace_node,                        domxml_node_replace_node,               NULL)
        PHP_FALIAS(set_content,                         domxml_node_set_content,                NULL)
        PHP_FALIAS(get_content,                         domxml_node_get_content,                NULL)