Home
last modified time | relevance | path

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

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_lexer.l21 #define YYDEBUG(a, b) macro
H A Dphpdbg_lexer.c23 #define YYDEBUG(a, b) macro
H A Dphpdbg_parser.h37 # define YYDEBUG 0 macro
H A Dphpdbg_parser.c130 # define YYDEBUG 0 macro
/PHP-7.1/ext/json/
H A Djson_parser.tab.h37 # define YYDEBUG 0 macro
H A Djson_parser.y24 #define YYDEBUG 0 macro
H A Djson_parser.tab.c86 #define YYDEBUG 0 macro
146 # define YYDEBUG 0 macro
/PHP-7.1/Zend/
H A Dzend_ini_scanner.l37 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
39 # define YYDEBUG(s, c) macro
H A Dzend_ini_scanner.c41 # 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-7.1/ext/date/lib/
H A Dparse_iso_intervals.c87 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } macro
90 #define YYDEBUG(s,c) macro
H A Dparse_date.c145 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } macro
148 #define YYDEBUG(s,c) macro
/PHP-7.1/main/
H A Dphp.h31 #define YYDEBUG 0 macro

Completed in 92 milliseconds