Skip to content

Commit 1ead3d8

Browse files
committed
Use unsigned int instead of unsigned char
1 parent ccb4a42 commit 1ead3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_globals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ struct _zend_compiler_globals {
8888
* 2 => yyres != NULL, yystr is the unexpected token
8989
* 3 => yyres != NULL, yystr is one of the expected tokens
9090
*/
91-
unsigned char parse_error;
91+
unsigned int parse_error;
9292
zend_bool in_compilation;
9393
zend_bool short_tags;
9494

0 commit comments

Comments
 (0)