mirror of
https://github.com/php/php-src.git
synced 2026-04-16 20:41:18 +02:00
- Add files generated by re2c
This commit is contained in:
4464
Zend/zend_ini_scanner.c
Normal file
4464
Zend/zend_ini_scanner.c
Normal file
File diff suppressed because it is too large
Load Diff
13
Zend/zend_ini_scanner_defs.h
Normal file
13
Zend/zend_ini_scanner_defs.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* Generated by re2c 0.13.3 on Sun Mar 16 17:01:53 2008 */
|
||||
#line 3 "/usr/src/PHP_5_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,
|
||||
};
|
||||
8894
Zend/zend_language_scanner.c
Normal file
8894
Zend/zend_language_scanner.c
Normal file
File diff suppressed because it is too large
Load Diff
21
Zend/zend_language_scanner_defs.h
Normal file
21
Zend/zend_language_scanner_defs.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/* Generated by re2c 0.13.3 on Sun Mar 16 20:26:41 2008 */
|
||||
#line 3 "/usr/src/PHP_5_3/Zend/zend_language_scanner_defs.h"
|
||||
|
||||
enum YYCONDTYPE {
|
||||
yycST_IN_SCRIPTING,
|
||||
yycST_LOOKING_FOR_PROPERTY,
|
||||
yycST_BACKQUOTE,
|
||||
yycST_DOUBLE_QUOTES,
|
||||
yycST_HEREDOC,
|
||||
yycST_LOOKING_FOR_VARNAME,
|
||||
yycST_VAR_OFFSET,
|
||||
yycINITIAL,
|
||||
yycST_ONE_LINE_COMMENT,
|
||||
yycST_COMMENT,
|
||||
yycST_DOC_COMMENT,
|
||||
yycST_START_HEREDOC,
|
||||
yycST_END_HEREDOC,
|
||||
yycST_START_NOWDOC,
|
||||
yycST_NOWDOC,
|
||||
yycST_END_NOWDOC,
|
||||
};
|
||||
Reference in New Issue
Block a user