Home
last modified time | relevance | path

Searched refs:YYDEBUG (Results 1 – 16 of 16) sorted by relevance

/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_lexer.c22 #undef YYDEBUG
23 #define YYDEBUG(a, b) macro
121 YYDEBUG(1, *YYCURSOR); in phpdbg_lex()
165 YYDEBUG(3, *YYCURSOR); in phpdbg_lex()
171 YYDEBUG(4, *YYCURSOR); in phpdbg_lex()
182 YYDEBUG(5, *YYCURSOR); in phpdbg_lex()
186 YYDEBUG(6, *YYCURSOR); in phpdbg_lex()
190 YYDEBUG(7, *YYCURSOR); in phpdbg_lex()
200 YYDEBUG(8, *YYCURSOR); in phpdbg_lex()
204 YYDEBUG(9, *YYCURSOR); in phpdbg_lex()
[all …]
H A Dphpdbg_parser.h36 #ifndef YYDEBUG
37 # define YYDEBUG 0 macro
39 #if YYDEBUG
H A Dphpdbg_lexer.l20 #undef YYDEBUG
21 #define YYDEBUG(a, b) macro
H A Dphpdbg_parser.c129 #ifndef YYDEBUG
130 # define YYDEBUG 0 macro
132 #if YYDEBUG
508 #if YYDEBUG
544 #if YYDEBUG || YYERROR_VERBOSE || 1
732 #if YYDEBUG
/PHP-7.0/Zend/
H A Dzend_language_scanner.c31 # define YYDEBUG(s, c) macro
1167 YYDEBUG(1, *YYCURSOR); in lex_scan()
1171 YYDEBUG(3, *YYCURSOR); in lex_scan()
1174 YYDEBUG(4, *YYCURSOR); in lex_scan()
1223 YYDEBUG(5, *YYCURSOR); in lex_scan()
1226 YYDEBUG(6, *YYCURSOR); in lex_scan()
1235 YYDEBUG(7, *YYCURSOR); in lex_scan()
1248 YYDEBUG(8, *YYCURSOR); in lex_scan()
1250 YYDEBUG(9, *YYCURSOR); in lex_scan()
1259 YYDEBUG(10, *YYCURSOR); in lex_scan()
[all …]
H A Dzend_ini_scanner.c34 #ifdef YYDEBUG
35 #undef YYDEBUG
41 # define YYDEBUG(s, c) macro
456 YYDEBUG(1, *YYCURSOR); in ini_lex()
494 YYDEBUG(3, *YYCURSOR); in ini_lex()
499 YYDEBUG(4, *YYCURSOR); in ini_lex()
506 YYDEBUG(5, *YYCURSOR); in ini_lex()
520 YYDEBUG(6, *YYCURSOR); in ini_lex()
524 YYDEBUG(7, *YYCURSOR); in ini_lex()
540 YYDEBUG(8, *YYCURSOR); in ini_lex()
[all …]
H A Dzend_ini_scanner.l32 #ifdef YYDEBUG
33 #undef YYDEBUG
37 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
39 # define YYDEBUG(s, c) macro
H A Dzend_language_scanner.l27 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
29 # define YYDEBUG(s, c) macro
/PHP-7.0/ext/date/lib/
H A Dparse_date.c147 #define YYDEBUG(s,c) macro
869 YYDEBUG(0, *YYCURSOR); in scan()
948 YYDEBUG(2, *YYCURSOR); in scan()
968 YYDEBUG(3, *YYCURSOR); in scan()
984 YYDEBUG(4, *YYCURSOR); in scan()
1007 YYDEBUG(5, *YYCURSOR); in scan()
1045 YYDEBUG(6, *YYCURSOR); in scan()
1083 YYDEBUG(7, *YYCURSOR); in scan()
1113 YYDEBUG(8, *YYCURSOR); in scan()
1143 YYDEBUG(9, *YYCURSOR); in scan()
[all …]
H A Dparse_iso_intervals.re85 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
88 #define YYDEBUG(s,c)
H A Dparse_iso_intervals.c87 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } macro
90 #define YYDEBUG(s,c) macro
H A Dparse_date.re142 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
145 #define YYDEBUG(s,c)
/PHP-7.0/ext/json/
H A Djson_parser.tab.h36 #ifndef YYDEBUG
37 # define YYDEBUG 0 macro
39 #if YYDEBUG
H A Djson_parser.tab.c86 #define YYDEBUG 0 macro
88 #if YYDEBUG
137 #ifndef YYDEBUG
138 # define YYDEBUG 0 macro
140 #if YYDEBUG
513 #if YYDEBUG
524 #if YYDEBUG || YYERROR_VERBOSE || 0
681 #if YYDEBUG
H A Djson_parser.y24 #define YYDEBUG 0 macro
26 #if YYDEBUG
/PHP-7.0/main/
H A Dphp.h31 #define YYDEBUG 0 macro

Completed in 280 milliseconds