MF5: it's custom to use 1<<

This commit is contained in:
Stanislav Malyshev 2007-08-03 18:41:07 +00:00
parent 7186530157
commit 46f2484a3b

View File

@ -26,7 +26,7 @@
#define CONST_CS (1<<0) /* Case Sensitive */
#define CONST_PERSISTENT (1<<1) /* Persistent */
#define CONST_CT_SUBST (2<<1) /* Allow compile-time substitution */
#define CONST_CT_SUBST (1<<2) /* Allow compile-time substitution */
#define PHP_USER_CONSTANT INT_MAX /* a constant defined in user space */