Test: /ext/curl/tests/bug55767.phpt - Version 7.3.14-dev        

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 is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Server is not running
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===