Home
last modified time | relevance | path

Searched defs:YYDEBUG (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_ini_scanner.l32 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
34 # define YYDEBUG(s, c) macro
H A Dzend_ini_scanner.c36 # define YYDEBUG(s, c) macro
H A Dzend_language_scanner.l27 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
29 # define YYDEBUG(s, c) macro
H A Dzend_language_scanner.c31 # define YYDEBUG(s, c) macro
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c81 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } macro
84 #define YYDEBUG(s,c) macro
H A Dparse_date.c138 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } macro
141 #define YYDEBUG(s,c) macro
/PHP-5.5/main/
H A Dphp.h31 #define YYDEBUG 0 macro

Completed in 68 milliseconds