Browse Source

Added parenthesis

pull/3320/head
Dmitry Stogov 8 years ago
parent
commit
1f726c9925
  1. 4
      Zend/zend_compile.h

4
Zend/zend_compile.h

@ -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)

Loading…
Cancel
Save