Searched defs:YYDEBUG (Results 1 – 7 of 7) sorted by relevance
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_lexer.l | 21 #define YYDEBUG(a, b) macro
|
/PHP-8.3/Zend/ |
H A D | zend_ini_scanner.l | 35 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro 37 # define YYDEBUG(s, c) macro
|
H A D | zend_language_scanner.l | 25 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro 27 # define YYDEBUG(s, c) macro
|
/PHP-8.3/ext/date/lib/ |
H A D | parse_iso_intervals.c | 67 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } macro 70 #define YYDEBUG(s,c) macro
|
H A D | parse_date.c | 125 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } } macro 128 #define YYDEBUG(s,c) macro
|
/PHP-8.3/ext/json/ |
H A D | json_parser.y | 23 #define YYDEBUG 0 macro
|
/PHP-8.3/main/ |
H A D | php.h | 27 #define YYDEBUG 0 macro
|
Completed in 53 milliseconds