Lexer_phpmodule Ast = Cst_phpmodule Flag = Flag_parsingmodule Flag_php = Flag_parsing_phpmodule PI = Parse_infoval yyback : int -> Lexing.lexbuf -> unitval tok : Lexing.lexbuf -> stringval tokinfo : Lexing.lexbuf -> PI.tval xhp_or_t_ident : PI.t -> (PI.t -> Parser_php.token) -> Parser_php.tokenval lang_ext_or_t_ident :
PI.t ->
(PI.t -> Parser_php.token) ->
Parser_php.tokenval keyword_table : (string, Cst_php.info -> Parser_php.token) Hashtbl.ttype state_mode = | INITIAL| ST_IN_SCRIPTING| ST_IN_SCRIPTING2| ST_DOUBLE_QUOTES| ST_BACKQUOTE| ST_LOOKING_FOR_PROPERTY| ST_LOOKING_FOR_VARNAME| ST_VAR_OFFSET| ST_START_HEREDOC of string| ST_START_NOWDOC of string| ST_IN_XHP_TAG of Cst_php.xhp_tag| ST_IN_XHP_TEXT of Cst_php.xhp_tagval default_state : state_modeval _mode_stack : state_mode list refval _pending_tokens : Parser_php.token list refval _last_non_whitespace_like_token : Parser_php.token option refval current_mode : unit -> state_modeval push_mode : state_mode -> unitval set_mode : state_mode -> unitval push_token : Parser_php.token -> unitval is_in_binary_operator_position : Parser_php.token option -> boolval lang_ext_or_cast : Parser_php.token -> Lexing.lexbuf -> Parser_php.tokenval st_in_scripting : Lexing.lexbuf -> Parser_php.tokenval __ocaml_lex_st_in_scripting_rec : Lexing.lexbuf -> int -> Parser_php.tokenval initial : Lexing.lexbuf -> Parser_php.tokenval __ocaml_lex_initial_rec : Lexing.lexbuf -> int -> Parser_php.tokenval st_looking_for_property : Lexing.lexbuf -> Parser_php.tokenval __ocaml_lex_st_looking_for_property_rec :
Lexing.lexbuf ->
int ->
Parser_php.tokenval st_looking_for_varname : Lexing.lexbuf -> Parser_php.tokenval __ocaml_lex_st_looking_for_varname_rec :
Lexing.lexbuf ->
int ->
Parser_php.tokenval st_var_offset : Lexing.lexbuf -> Parser_php.tokenval __ocaml_lex_st_var_offset_rec : Lexing.lexbuf -> int -> Parser_php.tokenval st_double_quotes : Lexing.lexbuf -> Parser_php.tokenval __ocaml_lex_st_double_quotes_rec : Lexing.lexbuf -> int -> Parser_php.tokenval st_backquote : Lexing.lexbuf -> Parser_php.tokenval __ocaml_lex_st_backquote_rec : Lexing.lexbuf -> int -> Parser_php.tokenval st_start_heredoc : string -> Lexing.lexbuf -> Parser_php.tokenval __ocaml_lex_st_start_heredoc_rec :
string ->
Lexing.lexbuf ->
int ->
Parser_php.tokenval st_start_nowdoc : string -> Lexing.lexbuf -> Parser_php.tokenval __ocaml_lex_st_start_nowdoc_rec :
string ->
Lexing.lexbuf ->
int ->
Parser_php.tokenval st_in_xhp_tag : Cst_php.xhp_tag -> Lexing.lexbuf -> Parser_php.tokenval __ocaml_lex_st_in_xhp_tag_rec :
Cst_php.xhp_tag ->
Lexing.lexbuf ->
int ->
Parser_php.tokenval st_in_xhp_text : string list -> Lexing.lexbuf -> Parser_php.tokenval __ocaml_lex_st_in_xhp_text_rec :
string list ->
Lexing.lexbuf ->
int ->
Parser_php.tokenval st_xhp_comment : Lexing.lexbuf -> stringval __ocaml_lex_st_xhp_comment_rec : Lexing.lexbuf -> int -> stringval st_comment : Lexing.lexbuf -> stringval __ocaml_lex_st_comment_rec : Lexing.lexbuf -> int -> stringval st_one_line_comment : Lexing.lexbuf -> stringval __ocaml_lex_st_one_line_comment_rec : Lexing.lexbuf -> int -> string