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 d673f43 commit 3f14c26Copy full SHA for 3f14c26
async_API.c
@@ -394,6 +394,10 @@ void async_waiting_callback(
394
// as FUTURE-type objects, where the trigger can be activated only once.
395
event->del_callback(event, callback);
396
397
+ if (exception != NULL) {
398
+ ZEND_ASYNC_EVENT_SET_EXCEPTION_HANDLED(event);
399
+ }
400
+
401
if (await_context->errors != NULL && exception != NULL) {
402
const zval *success = NULL;
403
zval exception_obj;
0 commit comments