From 2e1cd1e13354bd2c8341554413c8186e57d3911a Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 19 Jul 2010 09:58:19 +0000 Subject: [PATCH] Revert r301354, since we don't need a test for a bogus bug. --- ext/standard/tests/http/bug52359.phpt | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 ext/standard/tests/http/bug52359.phpt diff --git a/ext/standard/tests/http/bug52359.phpt b/ext/standard/tests/http/bug52359.phpt deleted file mode 100644 index a2d93d2fb6..0000000000 --- a/ext/standard/tests/http/bug52359.phpt +++ /dev/null @@ -1,21 +0,0 @@ ---TEST-- -Bug #52359 (http_build_query seem to encode array incorrectly) ---FILE-- - array( - '1', - '2' - ), - 'bar' => 'foo' -); - -$b = http_build_query($a, NULL, '&'); -var_dump($b); - -$c = urldecode($b); -var_dump($c); -?> ---EXPECTF-- -string(43) "foo%2Fbar%5B%5D=1&foo%2Fbar%5B%5D=2&bar=foo" -string(31) "foo/bar[]=1&foo/bar[]=2&bar=foo" \ No newline at end of file -- 2.40.0