mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
- Make it compile again
This commit is contained in:
parent
c821c5b189
commit
03f8baa87e
@ -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);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user