File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 53
53
PHP_PCRE_INTERNAL_ERROR ,
54
54
PHP_PCRE_BACKTRACK_LIMIT_ERROR ,
55
55
PHP_PCRE_RECURSION_LIMIT_ERROR ,
56
- PHP_PCRE_BAD_UTF8_ERROR ,
56
+ PHP_PCRE_BAD_UTF8_ERROR
57
57
};
58
58
59
59
typedef struct {
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ enum pdo_param_type {
68
68
PDO_PARAM_STMT, /* hierarchical result set */
69
69
70
70
/* get_col ptr should point to a zend_bool */
71
- PDO_PARAM_BOOL,
71
+ PDO_PARAM_BOOL
72
72
};
73
73
74
74
/* magic flag to denote a parameter as being input/output */
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ PHP_MINIT_FUNCTION(spl_directory);
35
35
typedef enum {
36
36
SPL_FS_INFO , /* must be 0 */
37
37
SPL_FS_DIR ,
38
- SPL_FS_FILE ,
38
+ SPL_FS_FILE
39
39
} SPL_FS_OBJ_TYPE ;
40
40
41
41
typedef struct _spl_filesystem_object spl_filesystem_object ;
Original file line number Diff line number Diff line change 94
94
enum {
95
95
/* public */
96
96
REGIT_USE_KEY = 0x00000001 ,
97
- REGIT_INVERTED = 0x00000002 ,
97
+ REGIT_INVERTED = 0x00000002
98
98
};
99
99
100
100
typedef enum {
@@ -103,7 +103,7 @@ typedef enum {
103
103
REGIT_MODE_ALL_MATCHES ,
104
104
REGIT_MODE_SPLIT ,
105
105
REGIT_MODE_REPLACE ,
106
- REGIT_MODE_MAX ,
106
+ REGIT_MODE_MAX
107
107
} regex_mode ;
108
108
109
109
typedef struct _spl_dual_it_object {
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ struct _php_stream_bucket_brigade {
64
64
typedef enum {
65
65
PSFS_ERR_FATAL , /* error in data stream */
66
66
PSFS_FEED_ME , /* filter needs more data; stop processing chain until more is available */
67
- PSFS_PASS_ON , /* filter generated output buckets; pass them on to next in chain */
67
+ PSFS_PASS_ON /* filter generated output buckets; pass them on to next in chain */
68
68
} php_stream_filter_status_t ;
69
69
70
70
/* Buckets API. */
You can’t perform that action at this time.
0 commit comments