diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-08-10 08:13:15 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-08-10 08:13:15 +0000 |
commit | e59bcdbfb8cd826fe50a60d68a8fd196813a3235 (patch) | |
tree | 78251c7c543c5650bdfcc7bb402ad9981442191a /ext/domxml | |
parent | a7e8750446a9683eae29228efa4a7bc4613809d4 (diff) | |
download | php-git-e59bcdbfb8cd826fe50a60d68a8fd196813a3235.tar.gz |
duplicate alias entry removed
Diffstat (limited to 'ext/domxml')
-rw-r--r-- | ext/domxml/php_domxml.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/domxml/php_domxml.c b/ext/domxml/php_domxml.c index 7ddd1e1c63..816359eed8 100644 --- a/ext/domxml/php_domxml.c +++ b/ext/domxml/php_domxml.c @@ -62,7 +62,6 @@ static zend_function_entry domxml_functions[] = { static zend_function_entry php_domxmldoc_class_functions[] = { PHP_FALIAS(root, domxml_root, NULL) - PHP_FALIAS(children, domxml_children, NULL) PHP_FALIAS(add_root, domxml_add_root, NULL) PHP_FALIAS(dtd, domxml_intdtd, NULL) PHP_FALIAS(dumpmem, domxml_dumpmem, NULL) |