Skip to content

Commit 03f8baa

Browse files
author
Derick Rethans
committed
- Make it compile again
1 parent c821c5b commit 03f8baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_builtin_functions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ ZEND_FUNCTION(get_declared_interfaces)
10921092
}
10931093

10941094
array_init(return_value);
1095-
zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) zend_copy_class_or_interface_name, 3, return_value, mask, comply);
1095+
zend_hash_apply_with_arguments(EG(class_table), (apply_func_args_t) copy_class_or_interface_name, 3, return_value, mask, comply);
10961096
}
10971097
/* }}} */
10981098

0 commit comments

Comments
 (0)