Mark some APIs as __Rx
[hiphop-php.git] / hphp / hack / hhi / dyn_func_pointers.hhi
blob7a55724f339ccc2c9db98149a0bdb61d167b8484
1 <?hh   /* -*- php -*- */
2 /**
3  * Copyright (c) 2014, Facebook, Inc.
4  * All rights reserved.
5  *
6  * This source code is licensed under the MIT license found in the
7  * LICENSE file in the "hack" directory of this source tree.
8  *
9  */
11 namespace HH {
12 <<__Rx>>
13 function dynamic_fun(string $func_name): dynamic;
14 <<__Rx>>
15 function dynamic_class_meth(string $cls_name, string $meth_name): dynamic;