]> granicus.if.org Git - php/commitdiff
- Make it compile again
authorDerick Rethans <derick@php.net>
Mon, 8 Dec 2003 13:26:03 +0000 (13:26 +0000)
committerDerick Rethans <derick@php.net>
Mon, 8 Dec 2003 13:26:03 +0000 (13:26 +0000)
Zend/zend_builtin_functions.c

index cc08bc3e2c999be0ff6fe35a23199c926d7206f0..1487e537fc72938b0aeff476470c455f06cf2625 100644 (file)
@@ -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);
 }
 /* }}} */