]> granicus.if.org Git - php/commitdiff
Added unlink_node alias for consistency
authorJoseph Tate <jtate@php.net>
Fri, 5 Apr 2002 18:18:23 +0000 (18:18 +0000)
committerJoseph Tate <jtate@php.net>
Fri, 5 Apr 2002 18:18:23 +0000 (18:18 +0000)
ext/domxml/php_domxml.c

index 59fda9b4bca0faa9a72083717122fe77e5c3d056..5f2a792f97461bf673498f34acd51037513a6f55 100644 (file)
@@ -329,6 +329,7 @@ static zend_function_entry php_domxmlnode_class_functions[] = {
        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(unlink_node,                                 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)