1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 21:11:02 +02:00

Added parenthesis

This commit is contained in:
Dmitry Stogov
2018-06-22 12:04:23 +03:00
parent 11507c0e1b
commit 1f726c9925

View File

@@ -959,8 +959,8 @@ static zend_always_inline int zend_check_arg_send_type(const zend_function *zf,
#define ZEND_RETURN_REF 1
#define ZEND_RETURNS_FUNCTION 1<<0
#define ZEND_RETURNS_VALUE 1<<1
#define ZEND_RETURNS_FUNCTION (1<<0)
#define ZEND_RETURNS_VALUE (1<<1)
#define ZEND_ARRAY_ELEMENT_REF (1<<0)
#define ZEND_ARRAY_NOT_PACKED (1<<1)