mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
92f68921cf
Dmitry had done so earlier, but reverted pending discussion. It is completely clear that this should never have been changed in the 5.3 branch in the first place giving the number of things that broke because of it.
14 lines
254 B
C
14 lines
254 B
C
/* Generated by re2c 0.13.5 on Fri Aug 26 18:01:17 2011 */
|
|
#line 3 "Zend/zend_ini_scanner_defs.h"
|
|
|
|
enum YYCONDTYPE {
|
|
yycINITIAL,
|
|
yycST_OFFSET,
|
|
yycST_SECTION_VALUE,
|
|
yycST_VALUE,
|
|
yycST_SECTION_RAW,
|
|
yycST_DOUBLE_QUOTES,
|
|
yycST_VARNAME,
|
|
yycST_RAW,
|
|
};
|