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 739364f commit 209bd32Copy full SHA for 209bd32
Zend/zend_async_API.h
@@ -659,7 +659,7 @@ struct _zend_async_scope_s {
659
* The method determines the moment when the Scope can be destructed.
660
* It checks the conditions and, if necessary, calls the dispose method.
661
*/
662
- void (*try_to_dispose)(zend_async_scope_t *scope);
+ bool (*try_to_dispose)(zend_async_scope_t *scope);
663
664
/**
665
* The method handles an exception delivered to the Scope.
0 commit comments