We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98b5dfb + 6ad2a63 commit a6a23e1Copy full SHA for a6a23e1
1 file changed
src/zend_container.h
@@ -92,7 +92,7 @@ class zend_container
92
}
93
static inline bitem *bnode_fetch_object_data(zend_object *obj)
94
{
95
- return (bitem *)(*((uintptr_t *)((char *)obj - sizeof(uintptr_t))));
+ return (bitem *)(*((uintptr_t *)((char *)obj - XtOffsetOf(bitem_object, std))));
96
97
};
98
0 commit comments