Skip to content

Commit 05df5ff

Browse files
Unsigned
1 parent 3a3326a commit 05df5ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Zend/zend_compile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ typedef struct _zend_oparray_context {
341341
#define ZEND_ACC_NOT_SERIALIZABLE (1 << 29) /* X | | | */
342342
/* | | | */
343343
/* Class has friends | | | */
344-
#define ZEND_ACC_HAS_FRIENDS (1 << 31) /* X | | | */
344+
#define ZEND_ACC_HAS_FRIENDS (1U << 31) /* X | | | */
345345
/* | | | */
346346
/* Class Flags 2 (ce_flags2) (unused: 0-31) | | | */
347347
/* ========================= | | | */

0 commit comments

Comments
 (0)