Rip out legacy reactivity from the typechecker and HackC
[hiphop-php.git] / hphp / hack / test / decl / missing_function_typehints.php.exp
blobd1efda2bdf88ddd7358b5a14b4ff9072d2e05b67
1 [("\\f",
2 (Shallow_decl_defs.Fun
3 { Typing_defs.fe_deprecated = None;
4 fe_type =
5 (Rwitness (root|missing_function_typehints.php line 3, characters 10-10),
6 (Tfun
7 { ft_arity = (Fstandard ()); ft_tparams = [];
8 ft_where_constraints = [];
9 ft_params =
10 [{ fp_pos = [3:12-14]; fp_name = (Some "$x");
11 fp_type =
12 { et_enforced = false;
13 et_type =
14 (Rwitness (root|missing_function_typehints.php line 3, characters 12-13),
15 Tany)
17 fp_flags =
18 (make_fp_flags ~accept_disposable:false ~has_default:false
19 ~mode:Typing_defs_core.FPnormal ~ifc_external:false
20 ~ifc_can_call:false ~is_atom:false ~readonly:false
21 ~const_function:false);
24 ft_implicit_params = { capability = (CapDefaults [3:10-11]) };
25 ft_ret =
26 { et_enforced = false;
27 et_type =
28 (Rwitness (root|missing_function_typehints.php line 3, characters 10-10),
29 Tany)
31 ft_flags =
32 (make_ft_flags FSync ~return_disposable:false
33 ~returns_readonly:false ~readonly_this:false ~is_const:false);
34 ft_ifc_decl = FDPolicied {PUBLIC} }));
35 fe_pos = [3:10-11]; fe_php_std_lib = false }))
38 They matched!