YYFILL             44 Zend/zend_ini_scanner.c #define YYFILL(n) { if (YYCURSOR > YYLIMIT) return 0; }
YYFILL             56 Zend/zend_language_scanner.c #define YYFILL(n) { if ((YYCURSOR + n) >= (YYLIMIT + ZEND_MMAP_AHEAD)) { return 0; } }
YYFILL            104 ext/date/lib/parse_date.c #define   YYFILL(n)    return EOI;
YYFILL             70 ext/date/lib/parse_iso_intervals.c #define   YYFILL(n)    return EOI;
YYFILL             38 ext/pdo/pdo_sql_parser.c #define YYFILL(n)		{ RET(PDO_PARSER_EOI); }
YYFILL             42 ext/phar/phar_path_check.c #define YYFILL(n)
YYFILL            198 ext/standard/url_scanner_ex.c #undef YYFILL
YYFILL            231 ext/standard/url_scanner_ex.c #define YYFILL(n) goto stop
YYFILL            228 ext/standard/var_unserializer.c #define YYFILL(n) do { } while (0)