From: Derick Rethans Date: Mon, 8 Dec 2003 13:26:03 +0000 (+0000) Subject: - Make it compile again X-Git-Tag: php-5.0.0b3RC1~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03f8baa87ed334e0b30d826e4643338f3b754e7f;p=php - Make it compile again --- diff --git a/Zend/zend_builtin_functions.c b/Zend/zend_builtin_functions.c index cc08bc3e2c..1487e537fc 100644 --- a/Zend/zend_builtin_functions.c +++ b/Zend/zend_builtin_functions.c @@ -1092,7 +1092,7 @@ ZEND_FUNCTION(get_declared_interfaces) } array_init(return_value); - zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) zend_copy_class_or_interface_name, 3, return_value, mask, comply); + zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply); } /* }}} */