Test: /ext/curl/tests/bug55767.phpt - Version 7.0.13        

Bug #55767 CURLOPT_POSTFIELDS Ignores Numeric Field Names
Submitted: 2011-09-23 07:41:34 Modified: 2011-09-23 13:21:42
From: brad Assigned: rasmus
Status: Closed Package: cURL related
PHP Version: 5.3.8 OS: Linux

There are 9 different diffs reported by users for this test.

Count Diff
5 (38%)
002+ bool(false)
003+ ===DONE===
002- string(203) "array(2) {
003- ["test"]=>
004- string(7) "getpost"
005- ["get_param"]=>
006- string(11) "Hello World"
007- }
008- array(3) {
009- ["Hello"]=>
010- string(5) "World"
011- ["Foo"]=>
012- string(3) "Bar"
013- [100]=>
014- string(8) "John Doe"
015- }
016- "
017- ===DONE===
1 (8%)
001+ PHP 7.0.13 Development Server started at Wed Dec 7 01:35:23 2016
1 (8%)
001+ PHP 7.0.13 Development Server started at Wed Dec 7 01:20:33 2016
1 (8%)
001+ PHP 7.0.13 Development Server started at Tue Dec 6 14:33:04 2016
1 (8%)
001+ PHP 7.0.13 Development Server started at Sun Jan 29 12:45:04 2017
1 (8%)
001+ PHP 7.0.13 Development Server started at Fri Nov 25 17:29:30 2016
1 (8%)
001+ PHP 7.0.13 Development Server started at Fri Nov 25 16:38:02 2016
1 (8%)
001+ PHP 7.0.13 Development Server started at Fri Jan 6 22:16:51 2017
1 (8%)
001+ ** ERROR: process timed out **
001- *** Testing curl sending through GET an POST ***
002- string(203) "array(2) {
003- ["test"]=>
004- string(7) "getpost"
005- ["get_param"]=>
006- string(11) "Hello World"
007- }
008- array(3) {
009- ["Hello"]=>
010- string(5) "World"
011- ["Foo"]=>
012- string(3) "Bar"
013- [100]=>
014- string(8) "John Doe"
015- }
016- "
017- ===DONE===