We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3326a commit 05df5ffCopy full SHA for 05df5ff
1 file changed
Zend/zend_compile.h
@@ -341,7 +341,7 @@ typedef struct _zend_oparray_context {
341
#define ZEND_ACC_NOT_SERIALIZABLE (1 << 29) /* X | | | */
342
/* | | | */
343
/* Class has friends | | | */
344
-#define ZEND_ACC_HAS_FRIENDS (1 << 31) /* X | | | */
+#define ZEND_ACC_HAS_FRIENDS (1U << 31) /* X | | | */
345
346
/* Class Flags 2 (ce_flags2) (unused: 0-31) | | | */
347
/* ========================= | | | */
0 commit comments