Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Sep 29, 2013
1 parent f6e06ae commit e9ab202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_compile.h
Expand Up @@ -159,7 +159,7 @@ typedef struct _zend_try_catch_element {
#define ZEND_ACC_FINAL_CLASS 0x40
#define ZEND_ACC_INTERFACE 0x80
#define ZEND_ACC_TRAIT 0x120
#define ZEND_ACC_ANON_CLASS 0x200
#define ZEND_ACC_ANON_CLASS 0x400

/* op_array flags */
#define ZEND_ACC_INTERACTIVE 0x10
Expand Down

0 comments on commit e9ab202

Please sign in to comment.