Remove non-MSRV implementation and interp-only options
[hiphop-php.git] / hphp / test / slow / inout / out-type-hints.php.expect
blobd8d3cdc669370fb199aed6a19e258ff8a9a6e79f
1 [4096] Argument 2 returned from foo() as an inout parameter must be of type int, string given
2 [4096] Value returned from function foo() must be of type string, int given
3 int(100)
4 int(58)
5 int(42)