Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_language_scanner.c31 # define YYDEBUG(s, c) macro
1190 YYDEBUG(1, *YYCURSOR); in lex_scan()
1316 YYDEBUG(3, *YYCURSOR); in lex_scan()
1318 YYDEBUG(4, *YYCURSOR); in lex_scan()
1331 YYDEBUG(5, *YYCURSOR); in lex_scan()
1335 YYDEBUG(6, *YYCURSOR); in lex_scan()
1339 YYDEBUG(7, *YYCURSOR); in lex_scan()
1348 YYDEBUG(8, *YYCURSOR); in lex_scan()
1352 YYDEBUG(9, *YYCURSOR); in lex_scan()
1360 YYDEBUG(10, *YYCURSOR); in lex_scan()
[all …]
H A Dzend_ini_scanner.c34 #ifdef YYDEBUG
35 #undef YYDEBUG
41 # define YYDEBUG(s, c) macro
457 YYDEBUG(1, *YYCURSOR); in ini_lex()
495 YYDEBUG(3, *YYCURSOR); in ini_lex()
500 YYDEBUG(4, *YYCURSOR); in ini_lex()
507 YYDEBUG(5, *YYCURSOR); in ini_lex()
521 YYDEBUG(6, *YYCURSOR); in ini_lex()
525 YYDEBUG(7, *YYCURSOR); in ini_lex()
541 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.2/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.2/ext/date/lib/
H A Dparse_iso_intervals.c72 #define YYDEBUG(s,c) macro
221 YYDEBUG(0, *YYCURSOR); in scan()
246 YYDEBUG(2, *YYCURSOR); in scan()
251 YYDEBUG(3, *YYCURSOR); in scan()
259 YYDEBUG(4, *YYCURSOR); in scan()
266 YYDEBUG(5, *YYCURSOR); in scan()
273 YYDEBUG(6, *YYCURSOR); in scan()
317 YYDEBUG(7, *YYCURSOR); in scan()
319 YYDEBUG(8, *YYCURSOR); in scan()
326 YYDEBUG(9, *YYCURSOR); in scan()
[all …]
H A Dparse_date.c127 #define YYDEBUG(s,c) macro
899 YYDEBUG(0, *YYCURSOR); in scan()
978 YYDEBUG(2, *YYCURSOR); in scan()
998 YYDEBUG(3, *YYCURSOR); in scan()
1014 YYDEBUG(4, *YYCURSOR); in scan()
1037 YYDEBUG(5, *YYCURSOR); in scan()
1075 YYDEBUG(6, *YYCURSOR); in scan()
1113 YYDEBUG(7, *YYCURSOR); in scan()
1143 YYDEBUG(8, *YYCURSOR); in scan()
1173 YYDEBUG(9, *YYCURSOR); in scan()
[all …]
H A Dparse_iso_intervals.re67 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
70 #define YYDEBUG(s,c)
H A Dparse_date.re122 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
125 #define YYDEBUG(s,c)
/PHP-7.2/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.2/main/
H A Dphp.h31 #define YYDEBUG 0 macro

Completed in 125 milliseconds