Searched refs:scdebug (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | url_scanner_ex.c | 291 #define scdebug(x) printf x macro 293 #define scdebug(x) macro 298 scdebug(("appending %d chars, starting with %c\n", YYCURSOR-start, *start)); in passthru() 880 …scdebug(("stopped in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *Y… in xx_mainloop()
|
H A D | url_scanner_ex.re | 226 #define scdebug(x) printf x 228 #define scdebug(x) 233 scdebug(("appending %d chars, starting with %c\n", YYCURSOR-start, *start)); 397 …scdebug(("stopped in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *Y…
|
Completed in 21 milliseconds