From 04cf9060785835e27da422a4e9a7620ea0b379a6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Apr 2015 13:16:57 +0200 Subject: php-pecl-http: 2.4.3 --- querystring003.phpt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 querystring003.phpt (limited to 'querystring003.phpt') diff --git a/querystring003.phpt b/querystring003.phpt new file mode 100644 index 0000000..a504174 --- /dev/null +++ b/querystring003.phpt @@ -0,0 +1,22 @@ +--TEST-- +querystring offset set +--SKIPIF-- + +--FILE-- + +===DONE=== +--EXPECT-- +Test +foo=bar&bar=baz +foo=baz&bar=baz +===DONE=== -- cgit