myht = HASH_OF(*struc);
php_printf("%sobject(%s)(%d) {\n", COMMON, (*struc)->value.obj.ce->name, zend_hash_num_elements(myht));
head_done:
- zend_hash_apply_with_arguments(myht, php_array_element_dump, 1, level);
+ zend_hash_apply_with_arguments(myht, (ZEND_STD_HASH_APPLIER) php_array_element_dump, 1, level);
if (level>1) {
php_printf("%*c\n", level-1, ' ');
}
file_handle.handle.fp = stdin;
/* This actually destructs the elements of the list - ugly hack */
- zend_llist_apply(&global_vars, php_register_command_line_global_vars);
+ zend_llist_apply(&global_vars, (llist_apply_func_t) php_register_command_line_global_vars);
zend_llist_destroy(&global_vars);
if (!cgi) {