YYFILL 49 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 110 ext/date/lib/parse_date.c #define YYFILL(n) return EOI; YYFILL 76 ext/date/lib/parse_iso_intervals.c #define YYFILL(n) return EOI; YYFILL 35 ext/json/json_scanner.c #define YYFILL(n) 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 104 ext/standard/url_scanner_ex.c #define YYFILL(n) goto done YYFILL 203 ext/standard/url_scanner_ex.c #undef YYFILL YYFILL 236 ext/standard/url_scanner_ex.c #define YYFILL(n) goto stop YYFILL 233 ext/standard/var_unserializer.c #define YYFILL(n) do { } while (0) YYFILL 24 sapi/phpdbg/phpdbg_lexer.c #define YYFILL(n)