Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/lib/
H A Dparse_iso_intervals.c70 #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
1003 YYDEBUG(0, *YYCURSOR); in scan()
1082 YYDEBUG(2, *YYCURSOR); in scan()
1102 YYDEBUG(3, *YYCURSOR); in scan()
1118 YYDEBUG(4, *YYCURSOR); in scan()
1141 YYDEBUG(5, *YYCURSOR); in scan()
1179 YYDEBUG(6, *YYCURSOR); in scan()
1217 YYDEBUG(7, *YYCURSOR); in scan()
1247 YYDEBUG(8, *YYCURSOR); in scan()
1277 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.re122 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
125 #define YYDEBUG(s,c)
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_lexer.l20 #undef YYDEBUG
21 #define YYDEBUG(a, b) macro
/PHP-8.1/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-8.1/ext/json/
H A Djson_parser.y23 #define YYDEBUG 0 macro
25 #if YYDEBUG
/PHP-8.1/main/
H A Dphp.h27 #define YYDEBUG 0 macro

Completed in 95 milliseconds