Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_language_scanner.c29 # define YYDEBUG(s, c) macro
1327 YYDEBUG(1, *YYCURSOR); in lex_scan()
1453 YYDEBUG(3, *YYCURSOR); in lex_scan()
1455 YYDEBUG(4, *YYCURSOR); in lex_scan()
1470 YYDEBUG(5, *YYCURSOR); in lex_scan()
1474 YYDEBUG(6, *YYCURSOR); in lex_scan()
1478 YYDEBUG(7, *YYCURSOR); in lex_scan()
1486 YYDEBUG(8, *YYCURSOR); in lex_scan()
1490 YYDEBUG(9, *YYCURSOR); in lex_scan()
1498 YYDEBUG(10, *YYCURSOR); in lex_scan()
[all …]
H A Dzend_ini_scanner.c32 #ifdef YYDEBUG
33 #undef YYDEBUG
39 # 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.l30 #ifdef YYDEBUG
31 #undef YYDEBUG
35 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
37 # define YYDEBUG(s, c) macro
H A Dzend_language_scanner.l25 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
27 # define YYDEBUG(s, c) macro
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_lexer.c22 #undef YYDEBUG
23 #define YYDEBUG(a, b) macro
155 YYDEBUG(1, *YYCURSOR); in phpdbg_lex()
202 YYDEBUG(3, *YYCURSOR); in phpdbg_lex()
204 YYDEBUG(4, *YYCURSOR); in phpdbg_lex()
212 YYDEBUG(5, *YYCURSOR); in phpdbg_lex()
218 YYDEBUG(6, *YYCURSOR); in phpdbg_lex()
227 YYDEBUG(7, *YYCURSOR); in phpdbg_lex()
238 YYDEBUG(8, *YYCURSOR); in phpdbg_lex()
242 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.c127 #ifndef YYDEBUG
128 # define YYDEBUG 0 macro
130 #if YYDEBUG
506 #if YYDEBUG
542 #if YYDEBUG || YYERROR_VERBOSE || 1
730 #if YYDEBUG
/PHP-7.3/ext/date/lib/
H A Dparse_iso_intervals.c70 #define YYDEBUG(s,c) macro
219 YYDEBUG(0, *YYCURSOR); in scan()
245 YYDEBUG(2, *YYCURSOR); in scan()
247 YYDEBUG(3, *YYCURSOR); in scan()
255 YYDEBUG(4, *YYCURSOR); in scan()
258 YYDEBUG(5, *YYCURSOR); in scan()
266 YYDEBUG(6, *YYCURSOR); in scan()
268 YYDEBUG(7, *YYCURSOR); in scan()
275 YYDEBUG(8, *YYCURSOR); in scan()
282 YYDEBUG(9, *YYCURSOR); in scan()
[all …]
H A Dparse_date.c126 #define YYDEBUG(s,c) macro
929 YYDEBUG(0, *YYCURSOR); in scan()
1008 YYDEBUG(2, *YYCURSOR); in scan()
1010 YYDEBUG(3, *YYCURSOR); in scan()
1018 YYDEBUG(4, *YYCURSOR); in scan()
1021 YYDEBUG(5, *YYCURSOR); in scan()
1029 YYDEBUG(6, *YYCURSOR); in scan()
1038 YYDEBUG(7, *YYCURSOR); in scan()
1045 YYDEBUG(8, *YYCURSOR); in scan()
1053 YYDEBUG(9, *YYCURSOR); in scan()
[all …]
H A Dparse_iso_intervals.re65 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
68 #define YYDEBUG(s,c)
H A Dparse_date.re121 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
124 #define YYDEBUG(s,c)
/PHP-7.3/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.3/main/
H A Dphp.h29 #define YYDEBUG 0 macro

Completed in 122 milliseconds