- Make it compile again

This commit is contained in:
Derick Rethans 2003-12-08 13:26:03 +00:00
parent c821c5b189
commit 03f8baa87e

View 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);
}
/* }}} */