Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c70 #define YYDEBUG(s,c) macro
219 YYDEBUG(0, *YYCURSOR); in scan()
244 YYDEBUG(2, *YYCURSOR); in scan()
249 YYDEBUG(3, *YYCURSOR); in scan()
257 YYDEBUG(4, *YYCURSOR); in scan()
264 YYDEBUG(5, *YYCURSOR); in scan()
271 YYDEBUG(6, *YYCURSOR); in scan()
315 YYDEBUG(7, *YYCURSOR); in scan()
317 YYDEBUG(8, *YYCURSOR); in scan()
324 YYDEBUG(9, *YYCURSOR); in scan()
[all …]
H A Dparse_date.c126 #define YYDEBUG(s,c) macro
932 YYDEBUG(0, *YYCURSOR); in scan()
1011 YYDEBUG(2, *YYCURSOR); in scan()
1031 YYDEBUG(3, *YYCURSOR); in scan()
1047 YYDEBUG(4, *YYCURSOR); in scan()
1070 YYDEBUG(5, *YYCURSOR); in scan()
1108 YYDEBUG(6, *YYCURSOR); in scan()
1146 YYDEBUG(7, *YYCURSOR); in scan()
1176 YYDEBUG(8, *YYCURSOR); in scan()
1206 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.4/sapi/phpdbg/
H A Dphpdbg_lexer.l20 #undef YYDEBUG
21 #define YYDEBUG(a, b) macro
/PHP-7.4/Zend/
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.4/ext/json/
H A Djson_parser.y24 #define YYDEBUG 0 macro
26 #if YYDEBUG
/PHP-7.4/main/
H A Dphp.h29 #define YYDEBUG 0 macro

Completed in 76 milliseconds