|
1 | 1 | /* This is a generated file, edit the .stub.php file instead. |
2 | | - * Stub hash: 6106b3351f8094535fee7310e1d096ed06fb813d */ |
| 2 | + * Stub hash: 655728a28912cc420f1fe0ae483291cff8153fdc */ |
3 | 3 |
|
4 | 4 | ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_Async_ScopeProvider_provideScope, 0, 0, Async\\Scope, 1) |
5 | 5 | ZEND_END_ARG_INFO() |
@@ -49,6 +49,8 @@ ZEND_END_ARG_INFO() |
49 | 49 |
|
50 | 50 | #define arginfo_class_Async_Scope_isClosed arginfo_class_Async_Scope_isFinished |
51 | 51 |
|
| 52 | +#define arginfo_class_Async_Scope_isCancelled arginfo_class_Async_Scope_isFinished |
| 53 | + |
52 | 54 | ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_Async_Scope_setExceptionHandler, 0, 1, IS_VOID, 0) |
53 | 55 | ZEND_ARG_TYPE_INFO(0, exceptionHandler, IS_CALLABLE, 0) |
54 | 56 | ZEND_END_ARG_INFO() |
@@ -81,6 +83,7 @@ ZEND_METHOD(Async_Scope, awaitCompletion); |
81 | 83 | ZEND_METHOD(Async_Scope, awaitAfterCancellation); |
82 | 84 | ZEND_METHOD(Async_Scope, isFinished); |
83 | 85 | ZEND_METHOD(Async_Scope, isClosed); |
| 86 | +ZEND_METHOD(Async_Scope, isCancelled); |
84 | 87 | ZEND_METHOD(Async_Scope, setExceptionHandler); |
85 | 88 | ZEND_METHOD(Async_Scope, setChildScopeExceptionHandler); |
86 | 89 | ZEND_METHOD(Async_Scope, onFinally); |
@@ -111,6 +114,7 @@ static const zend_function_entry class_Async_Scope_methods[] = { |
111 | 114 | ZEND_ME(Async_Scope, awaitAfterCancellation, arginfo_class_Async_Scope_awaitAfterCancellation, ZEND_ACC_PUBLIC) |
112 | 115 | ZEND_ME(Async_Scope, isFinished, arginfo_class_Async_Scope_isFinished, ZEND_ACC_PUBLIC) |
113 | 116 | ZEND_ME(Async_Scope, isClosed, arginfo_class_Async_Scope_isClosed, ZEND_ACC_PUBLIC) |
| 117 | + ZEND_ME(Async_Scope, isCancelled, arginfo_class_Async_Scope_isCancelled, ZEND_ACC_PUBLIC) |
114 | 118 | ZEND_ME(Async_Scope, setExceptionHandler, arginfo_class_Async_Scope_setExceptionHandler, ZEND_ACC_PUBLIC) |
115 | 119 | ZEND_ME(Async_Scope, setChildScopeExceptionHandler, arginfo_class_Async_Scope_setChildScopeExceptionHandler, ZEND_ACC_PUBLIC) |
116 | 120 | ZEND_ME(Async_Scope, onFinally, arginfo_class_Async_Scope_onFinally, ZEND_ACC_PUBLIC) |
|
0 commit comments