enable coroutine for rust emitter
[hiphop-php.git] / hphp / test / slow / ext_redis / error_null_param.php
blobc9a6d77784953dbcd1fd881ebc154c748f2ce099
1 <?hh
2 require __DIR__ . '/redis.inc';
3 <<__EntryPoint>> function main(): void {
4 NewRedisTestInstance()->publish(null, null);
5 echo "No Fatal";