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 4442dd5 commit 9390daaCopy full SHA for 9390daa
msgpack_unpack.c
@@ -49,7 +49,7 @@ typedef struct {
49
zval_ptr_dtor(_val); \
50
MSGPACK_UNSERIALIZE_FINISH_ITEM(_unpack, _key, _val);
51
52
-#define MSGPACK_IS_STACK_VALUE(_v) (Z_TYPE_P((_v)) < IS_ARRAY)
+#define MSGPACK_IS_STACK_VALUE(_v) (Z_TYPE_P((zval *)(_v)) < IS_ARRAY)
53
54
static zval *msgpack_var_push(msgpack_unserialize_data_t *var_hashx) /* {{{ */ {
55
var_entries *var_hash, *prev = NULL;
0 commit comments