YYDEBUG 335 Zend/zend_ini_parser.c # define YYDEBUG 0 YYDEBUG 35 Zend/zend_ini_scanner.c # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) YYDEBUG 37 Zend/zend_ini_scanner.c # define YYDEBUG(s, c) YYDEBUG 127 Zend/zend_language_parser.c # define YYDEBUG 0 YYDEBUG 29 Zend/zend_language_scanner.c # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) YYDEBUG 31 Zend/zend_language_scanner.c # define YYDEBUG(s, c) YYDEBUG 137 ext/date/lib/parse_date.c #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } YYDEBUG 140 ext/date/lib/parse_date.c #define YYDEBUG(s,c) YYDEBUG 81 ext/date/lib/parse_iso_intervals.c #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } YYDEBUG 84 ext/date/lib/parse_iso_intervals.c #define YYDEBUG(s,c) YYDEBUG 31 main/php.h #define YYDEBUG 0 YYDEBUG 21 sapi/phpdbg/phpdbg_lexer.c #undef YYDEBUG YYDEBUG 22 sapi/phpdbg/phpdbg_lexer.c #define YYDEBUG(a, b) YYDEBUG 125 sapi/phpdbg/phpdbg_parser.c # define YYDEBUG 0 YYDEBUG 37 sapi/phpdbg/phpdbg_parser.h # define YYDEBUG 0