Home
last modified time | relevance | path

Searched refs:YYDEBUG (Results 1 – 13 of 13) sorted by relevance

/PHP-5.6/Zend/
H A Dzend_language_scanner.c31 # define YYDEBUG(s, c) macro
1079 YYDEBUG(0, *YYCURSOR); in lex_scan()
1083 YYDEBUG(2, *YYCURSOR); in lex_scan()
1097 YYDEBUG(3, *YYCURSOR); in lex_scan()
1161 YYDEBUG(4, *YYCURSOR); in lex_scan()
1165 YYDEBUG(5, *YYCURSOR); in lex_scan()
1175 YYDEBUG(6, *YYCURSOR); in lex_scan()
2249 YYDEBUG(-1, yych); in lex_scan()
2371 YYDEBUG(-1, yych); in lex_scan()
4039 YYDEBUG(-1, yych); in lex_scan()
[all …]
H A Dzend_ini_scanner.c37 # define YYDEBUG(s, c) macro
454 YYDEBUG(0, *YYCURSOR); in ini_lex()
457 YYDEBUG(-1, yych); in ini_lex()
505 YYDEBUG(2, *YYCURSOR); in ini_lex()
510 YYDEBUG(3, *YYCURSOR); in ini_lex()
524 YYDEBUG(4, *YYCURSOR); in ini_lex()
529 YYDEBUG(5, *YYCURSOR); in ini_lex()
538 YYDEBUG(6, *YYCURSOR); in ini_lex()
541 YYDEBUG(7, *YYCURSOR); in ini_lex()
550 YYDEBUG(8, *YYCURSOR); in ini_lex()
[all …]
H A Dzend_ini_scanner.l33 # define YYDEBUG(s, c) printf("state: %d char: %c\n", s, c) macro
35 # 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
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_lexer.c21 #undef YYDEBUG
22 #define YYDEBUG(a, b) macro
98 YYDEBUG(0, *YYCURSOR); in phpdbg_lex()
134 YYDEBUG(2, *YYCURSOR); in phpdbg_lex()
144 YYDEBUG(3, *YYCURSOR); in phpdbg_lex()
155 YYDEBUG(4, *YYCURSOR); in phpdbg_lex()
165 YYDEBUG(5, *YYCURSOR); in phpdbg_lex()
173 YYDEBUG(6, *YYCURSOR); in phpdbg_lex()
177 YYDEBUG(7, *YYCURSOR); in phpdbg_lex()
184 YYDEBUG(8, *YYCURSOR); in phpdbg_lex()
[all …]
H A Dphpdbg_parser.h36 #ifndef YYDEBUG
37 # define YYDEBUG 0 macro
39 #if YYDEBUG
H A Dphpdbg_lexer.l19 #undef YYDEBUG
20 #define YYDEBUG(a, b) macro
H A Dphpdbg_parser.c124 #ifndef YYDEBUG
125 # define YYDEBUG 0 macro
127 #if YYDEBUG
499 #if YYDEBUG
531 #if YYDEBUG || YYERROR_VERBOSE || 1
710 #if YYDEBUG
/PHP-5.6/ext/date/lib/
H A Dparse_date.c147 #define YYDEBUG(s,c) macro
869 YYDEBUG(0, *YYCURSOR); in scan()
948 YYDEBUG(2, *YYCURSOR); in scan()
968 YYDEBUG(3, *YYCURSOR); in scan()
984 YYDEBUG(4, *YYCURSOR); in scan()
1007 YYDEBUG(5, *YYCURSOR); in scan()
1045 YYDEBUG(6, *YYCURSOR); in scan()
1083 YYDEBUG(7, *YYCURSOR); in scan()
1113 YYDEBUG(8, *YYCURSOR); in scan()
1143 YYDEBUG(9, *YYCURSOR); in scan()
[all …]
H A Dparse_iso_intervals.re85 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
88 #define YYDEBUG(s,c)
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.re142 #define YYDEBUG(s,c) { if (s != -1) { printf("state: %d ", s); printf("[%c]\n", c); } }
145 #define YYDEBUG(s,c)
/PHP-5.6/main/
H A Dphp.h31 #define YYDEBUG 0 macro

Completed in 149 milliseconds