Skip to content

Commit d067f8a

Browse files
committed
* This would improve clarify, especially with the existence of the unrelated ZEND_ASYNC_EVENT_REF_SET.
1 parent 0267902 commit d067f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_async_API.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ typedef struct {
598598
: (zend_object *) ((char *) (ev) + (ev)->zend_object_offset))
599599

600600
// Get refcount of the event object
601-
#define ZEND_ASYNC_EVENT_REF(ev) \
601+
#define ZEND_ASYNC_EVENT_REFCOUNT(ev) \
602602
(ZEND_ASYNC_EVENT_IS_ZEND_OBJ(ev) ? GC_REFCOUNT(ZEND_ASYNC_EVENT_TO_OBJECT(ev)) \
603603
: (ev)->ref_count)
604604

0 commit comments

Comments
 (0)