Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_language_scanner.c31 # define YYDEBUG(s, c) macro
1154 YYDEBUG(1, *YYCURSOR); in lex_scan()
1158 YYDEBUG(3, *YYCURSOR); in lex_scan()
1161 YYDEBUG(4, *YYCURSOR); in lex_scan()
1210 YYDEBUG(5, *YYCURSOR); in lex_scan()
1213 YYDEBUG(6, *YYCURSOR); in lex_scan()
1222 YYDEBUG(7, *YYCURSOR); in lex_scan()
1235 YYDEBUG(8, *YYCURSOR); in lex_scan()
1237 YYDEBUG(9, *YYCURSOR); in lex_scan()
1246 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.1/sapi/phpdbg/
H A Dphpdbg_lexer.c22 #undef YYDEBUG
23 #define YYDEBUG(a, b) macro
121 YYDEBUG(1, *YYCURSOR); in phpdbg_lex()
147 YYDEBUG(3, *YYCURSOR); in phpdbg_lex()
150 YYDEBUG(4, *YYCURSOR); in phpdbg_lex()
161 YYDEBUG(5, *YYCURSOR); in phpdbg_lex()
168 YYDEBUG(6, *YYCURSOR); in phpdbg_lex()
172 YYDEBUG(7, *YYCURSOR); in phpdbg_lex()
176 YYDEBUG(8, *YYCURSOR); in phpdbg_lex()
186 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.1/ext/date/lib/
H A Dparse_iso_intervals.c90 #define YYDEBUG(s,c) macro
299 YYDEBUG(0, *YYCURSOR); in scan()
324 YYDEBUG(2, *YYCURSOR); in scan()
329 YYDEBUG(3, *YYCURSOR); in scan()
337 YYDEBUG(4, *YYCURSOR); in scan()
344 YYDEBUG(5, *YYCURSOR); in scan()
351 YYDEBUG(6, *YYCURSOR); in scan()
395 YYDEBUG(7, *YYCURSOR); in scan()
397 YYDEBUG(8, *YYCURSOR); in scan()
404 YYDEBUG(9, *YYCURSOR); in scan()
[all …]
H A Dparse_date.c148 #define YYDEBUG(s,c) macro
883 YYDEBUG(0, *YYCURSOR); in scan()
962 YYDEBUG(2, *YYCURSOR); in scan()
982 YYDEBUG(3, *YYCURSOR); in scan()
998 YYDEBUG(4, *YYCURSOR); in scan()
1021 YYDEBUG(5, *YYCURSOR); in scan()
1059 YYDEBUG(6, *YYCURSOR); in scan()
1097 YYDEBUG(7, *YYCURSOR); in scan()
1127 YYDEBUG(8, *YYCURSOR); in scan()
1157 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_date.re143 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
146 #define YYDEBUG(s,c)
/PHP-7.1/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
145 #ifndef YYDEBUG
146 # define YYDEBUG 0 macro
148 #if YYDEBUG
510 #if YYDEBUG
521 #if YYDEBUG || YYERROR_VERBOSE || 0
678 #if YYDEBUG
H A Djson_parser.y24 #define YYDEBUG 0 macro
26 #if YYDEBUG
/PHP-7.1/main/
H A Dphp.h31 #define YYDEBUG 0 macro

Completed in 143 milliseconds