We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3d3cd commit 0085cbfCopy full SHA for 0085cbf
Zend/zend_vm_trace_map.h
@@ -63,7 +63,7 @@ static void zend_vm_trace_init(void)
63
64
f = fopen("zend_vm.map", "w+");
65
if (f) {
66
- zend_hash_sort(&vm_trace_ht, (compare_func_t)zend_vm_trace_compare, 0);
+ zend_hash_sort(&vm_trace_ht, (bucket_compare_func_t)zend_vm_trace_compare, 0);
67
prev_key = NULL;
68
ZEND_HASH_FOREACH_STR_KEY_VAL(&vm_trace_ht, key, val) {
69
if (prev_key) {
0 commit comments