We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4f79d commit b877733Copy full SHA for b877733
Zend/zend_globals.h
@@ -81,7 +81,8 @@ struct _zend_compiler_globals {
81
82
HashTable *auto_globals;
83
84
- zend_bool parse_error;
+ /* Refer to zend_yytnamerr() in zend_language_parser.y for meaning of values */
85
+ zend_uchar parse_error;
86
zend_bool in_compilation;
87
zend_bool short_tags;
88
0 commit comments