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 fe7b894 commit 70d3b0cCopy full SHA for 70d3b0c
Zend/zend_async_API.c
@@ -537,7 +537,7 @@ ZEND_API void zend_async_waker_destroy(zend_coroutine_t *coroutine)
537
efree(waker);
538
}
539
540
-static void coroutine_event_callback_dispose(zend_async_event_callback_t *callback, zend_async_event_t * event)
+void coroutine_event_callback_dispose(zend_async_event_callback_t *callback, zend_async_event_t * event)
541
{
542
if (callback->ref_count > 1) {
543
// If the callback is still referenced, we cannot dispose it yet
0 commit comments