Make intish cast explicit for fql_multiparse_10
[hiphop-php.git] / hphp / test / slow / hack_arr_compat / fql_multiparse.php
blobc5d25a1290ff8d6e0a8632631943664d329d2ca2
1 <?hh
3 class FQLStatement {};
5 class FQLFieldExpression {};
7 class FQLConstantExpression {};
9 class FQLComparisonExpression {};
11 <<__EntryPoint>>
12 function main() {
13 fql_set_static_data_10(array('user'), array());
14 var_dump(fql_multiparse_10(array(0 => 'select name from user where uid=4')));