Searched defs:YYDEBUG (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/main/ |
| H A D | php.h | 31 #define YYDEBUG 0 macro
|
| /PHP_TRUNK/Zend/ |
| 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 1084 YYDEBUG(0, *YYCURSOR); 1088 YYDEBUG(2, *YYCURSOR); 1102 YYDEBUG(3, *YYCURSOR); 1166 YYDEBUG(4, *YYCURSOR); 1170 YYDEBUG(5, *YYCURSOR); 1180 YYDEBUG(6, *YYCURSOR); 1196 YYDEBUG(7, *YYCURSOR); 1199 YYDEBUG( [all...] |
| 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...] |
| /PHP_TRUNK/ext/date/lib/ |
| 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 294 YYDEBUG(0, *YYCURSOR); 319 YYDEBUG(2, *YYCURSOR); 324 YYDEBUG(3, *YYCURSOR); 332 YYDEBUG(4, *YYCURSOR); 339 YYDEBUG(5, *YYCURSOR); 346 YYDEBUG(6, *YYCURSOR); 390 YYDEBUG(7, *YYCURSOR); 392 YYDEBUG( [all...] |
| 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 882 YYDEBUG(0, *YYCURSOR); 885 YYDEBUG(-1, yych); 962 YYDEBUG(2, *YYCURSOR); 981 YYDEBUG(3, *YYCURSOR); 1001 YYDEBUG(4, *YYCURSOR); 1017 YYDEBUG(5, *YYCURSOR); 1040 YYDEBUG(6, *YYCURSOR); 1078 YYDEBUG( [all...] |
Completed in 10 milliseconds