package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val globals_builtins : string list
type env = {
  1. globals : (string, string) Hashtbl.t;
  2. global_arrays : (string, (string, string) Hashtbl.t) Hashtbl.t;
  3. constants : (string, string) Hashtbl.t;
  4. globals_specials : string -> Common.filename -> string option;
}
val mk_env : php_root:Common.dirname -> env
val hbad_functions : string Common.hashset
val hdynamic_call_wrappers : string Common.hashset