Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_lexer.l21 #define YYDEBUG(a, b) macro
/PHP-7.4/Zend/
H A Dzend_ini_scanner.l35 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
37 # define YYDEBUG(s, c) macro
H A Dzend_language_scanner.l25 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
27 # define YYDEBUG(s, c) macro
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.c67 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } macro
70 #define YYDEBUG(s,c) macro
H A Dparse_date.c123 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } macro
126 #define YYDEBUG(s,c) macro
/PHP-7.4/ext/json/
H A Djson_parser.y24 #define YYDEBUG 0 macro
/PHP-7.4/main/
H A Dphp.h29 #define YYDEBUG 0 macro

Completed in 55 milliseconds