Enforce modularity boundaries for classes
[hiphop-php.git] / hphp / test / slow / dynamic-ptr.php.expect
blobf1c728d6f6f92c284a120be4b4b81b4f95ae6f6f
1 dyn
2 no_dyn
3 Cls::static_dyn
4 Cls::static_no_dyn
5 Caught: Method Cls::inst_dyn is not static
6 Caught: Method Cls::inst_no_dyn is not static
7 Caught: Unable to find function bad_func_name
8 Caught: Unable to find method Cls::bad_meth_name
9 Caught: Unable to find class BadClassName