Skip to content

Commit 1f726c9

Browse files
committed
Added parenthesis
1 parent 11507c0 commit 1f726c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Zend/zend_compile.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -959,8 +959,8 @@ static zend_always_inline int zend_check_arg_send_type(const zend_function *zf,
959959
#define ZEND_RETURN_REF 1
960960

961961

962-
#define ZEND_RETURNS_FUNCTION 1<<0
963-
#define ZEND_RETURNS_VALUE 1<<1
962+
#define ZEND_RETURNS_FUNCTION (1<<0)
963+
#define ZEND_RETURNS_VALUE (1<<1)
964964

965965
#define ZEND_ARRAY_ELEMENT_REF (1<<0)
966966
#define ZEND_ARRAY_NOT_PACKED (1<<1)

0 commit comments

Comments
 (0)