Test: /ext/curl/tests/bug55767.phpt - Version 7.3.34-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
2 (100%)
002+ string(106) "array(2) {
002- string(203) "array(2) {
008+ array(0) {
008- array(3) {
009- ["Hello"]=>
010- string(5) "World"
011- ["Foo"]=>
012- string(3) "Bar"
013- [100]=>
014- string(8) "John Doe"