update porting to new machine
[wikipedia-parser-hphp.git] / gen / php / Parser.fw.h
blob8690718c76e8fd650532bfd0b11c1ea11806c24f
2 #ifndef __GENERATED_php_Parser_fw_h__
3 #define __GENERATED_php_Parser_fw_h__
5 #include <cpp/base/hphp.h>
6 #include <sys/global_variables.h>
8 // Forward Declarations
10 namespace HPHP {
11 ///////////////////////////////////////////////////////////////////////////////
13 // 1. Constants
14 extern const StaticString k_DB_MASTER;
15 extern const StaticString k_NS_MEDIAWIKI;
16 extern const StaticString k_NS_TEMPLATE;
17 extern const StaticString k_TS_MW;
18 extern const StaticString k_TS_UNIX;
19 extern const StaticString k_SFH_OBJECT_ARGS;
20 extern const StaticString k_SFH_NO_HASH;
23 // 2. Classes
24 FORWARD_DECLARE_CLASS(stripstate)
25 FORWARD_DECLARE_CLASS(parser)
26 extern const StaticString q_parser_VERSION;
27 extern const int64 q_parser_SFH_NO_HASH;
28 extern const int64 q_parser_SFH_OBJECT_ARGS;
29 extern const StaticString q_parser_EXT_LINK_URL_CLASS;
30 extern const StaticString q_parser_EXT_IMAGE_REGEX;
31 extern const int64 q_parser_COLON_STATE_TEXT;
32 extern const int64 q_parser_COLON_STATE_TAG;
33 extern const int64 q_parser_COLON_STATE_TAGSTART;
34 extern const int64 q_parser_COLON_STATE_CLOSETAG;
35 extern const int64 q_parser_COLON_STATE_TAGSLASH;
36 extern const int64 q_parser_COLON_STATE_COMMENT;
37 extern const int64 q_parser_COLON_STATE_COMMENTDASH;
38 extern const int64 q_parser_COLON_STATE_COMMENTDASHDASH;
39 extern const int64 q_parser_PTD_FOR_INCLUSION;
40 extern const int64 q_parser_OT_HTML;
41 extern const int64 q_parser_OT_WIKI;
42 extern const int64 q_parser_OT_PREPROCESS;
43 extern const int64 q_parser_OT_MSG;
44 extern const StaticString q_parser_MARKER_SUFFIX;
45 FORWARD_DECLARE_CLASS(onlyincludereplacer)
47 ///////////////////////////////////////////////////////////////////////////////
49 #include <php/CoreParserFunctions.fw.h>
50 #include <php/DateFormatter.fw.h>
51 #include <php/LinkHolderArray.fw.h>
52 #include <php/ParserOptions.fw.h>
53 #include <php/ParserOutput.fw.h>
54 #include <php/Preprocessor.fw.h>
55 #include <php/Tidy.fw.h>
57 #endif // __GENERATED_php_Parser_fw_h__