X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fgh-issue7.phpt;fp=tests%2Fgh-issue7.phpt;h=0000000000000000000000000000000000000000;hp=38e597c0d728ce65002b304da29b5bae7e0bd561;hb=c55db20a130d729ca8747346c5e5ab9fb52fd89d;hpb=6de53548089307e1e035a2b1a949b7e3304e1698 diff --git a/tests/gh-issue7.phpt b/tests/gh-issue7.phpt deleted file mode 100644 index 38e597c..0000000 --- a/tests/gh-issue7.phpt +++ /dev/null @@ -1,32 +0,0 @@ ---TEST-- -crash with querystring and exception from error handler ---SKIPIF-- - ---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===