Searched defs:YYDEBUG (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_4/Zend/ |
| H A D | zend_ini_scanner.c | 34 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) 36 # define YYDEBUG(s, c) macro 407 YYDEBUG(0, *YYCURSOR); 410 YYDEBUG(-1, yych); 458 YYDEBUG(2, *YYCURSOR); 463 YYDEBUG(3, *YYCURSOR); 477 YYDEBUG(4, *YYCURSOR); 482 YYDEBUG(5, *YYCURSOR); 491 YYDEBUG(6, *YYCURSOR); 494 YYDEBUG( [all...] |
| H A D | zend_language_scanner.c | 29 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) 31 # define YYDEBUG(s, c) macro 1082 YYDEBUG(0, *YYCURSOR); 1086 YYDEBUG(2, *YYCURSOR); 1100 YYDEBUG(3, *YYCURSOR); 1164 YYDEBUG(4, *YYCURSOR); 1168 YYDEBUG(5, *YYCURSOR); 1178 YYDEBUG(6, *YYCURSOR); 1194 YYDEBUG(7, *YYCURSOR); 1197 YYDEBUG( [all...] |
| /PHP_5_4/ext/date/lib/ |
| H A D | parse_date.c | 138 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } macro 141 #define YYDEBUG(s,c) macro 917 YYDEBUG(0, *YYCURSOR); 920 YYDEBUG(-1, yych); 997 YYDEBUG(2, *YYCURSOR); 1016 YYDEBUG(3, *YYCURSOR); 1036 YYDEBUG(4, *YYCURSOR); 1052 YYDEBUG(5, *YYCURSOR); 1075 YYDEBUG(6, *YYCURSOR); 1113 YYDEBUG( [all...] |
| H A D | parse_iso_intervals.c | 81 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } macro 84 #define YYDEBUG(s,c) macro 329 YYDEBUG(0, *YYCURSOR); 354 YYDEBUG(2, *YYCURSOR); 359 YYDEBUG(3, *YYCURSOR); 367 YYDEBUG(4, *YYCURSOR); 374 YYDEBUG(5, *YYCURSOR); 381 YYDEBUG(6, *YYCURSOR); 425 YYDEBUG(7, *YYCURSOR); 427 YYDEBUG( [all...] |
| /PHP_5_4/main/ |
| H A D | php.h | 31 #define YYDEBUG 0 macro
|
Completed in 10 milliseconds