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 f80114c commit 4efe663Copy full SHA for 4efe663
src/php/handlers/php_priority_queue_handlers.c
@@ -48,7 +48,6 @@ static void ds_priority_queue_copy_gc(
48
zval *target = obj->gc_data;
49
50
DS_PRIORITY_QUEUE_FOREACH_VALUE(obj->queue, value) {
51
- php_debug_zval_dump(value, 1);
52
ZVAL_COPY_VALUE(target++, value);
53
}
54
DS_PRIORITY_QUEUE_FOREACH_END();
0 commit comments