--TEST-- crash with querystring and exception from error handler --SKIPIF-- =")) { die("skip PHP>=7\n"); } ?> --GET-- q[]=1&r[]=2 --FILE-- get("q","s")); } catch (\Exception $e) { echo $e->getMessage(),"\n"; } try { $r = new http\Env\Request; var_dump($r->getQuery("r", "s")); } catch (\Exception $e) { echo $e->getMessage(),"\n"; } ?> ===DONE=== --EXPECT-- Test Array to string conversion Array to string conversion ===DONE===