From: Zeev Suraski Date: Sun, 29 Oct 2000 18:26:21 +0000 (+0000) Subject: Forgot this one X-Git-Tag: php-4.0.4RC3~453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3243082a311a3b2602f79f479f78f8b9fa91b2c;p=php Forgot this one --- diff --git a/Zend/zend_ini_scanner.h b/Zend/zend_ini_scanner.h new file mode 100644 index 0000000000..9a97f267f6 --- /dev/null +++ b/Zend/zend_ini_scanner.h @@ -0,0 +1,16 @@ +#ifndef _ZEND_INI_SCANNER_H +#define _ZEND_INI_SCANNER_H + +#if defined(ZTS) && defined(__cplusplus) +class ZendIniFlexLexer : public yyFlexLexer +{ +public: + virtual ~ZendIniFlexLexer(); + int lex_scan(zval *zendlval); + void BeginState(int state); +}; +#endif /* ZTS && __cplusplus */ + +int zend_ini_scanner_get_lineno(); + +#endif /* _ZEND_INI_SCANNER_H */ \ No newline at end of file