Test: /ext/curl/tests/bug55767.phpt - Version 7.2.5RC1        

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%)
002+ string(581) "<!doctype html><html><head><title>404 Not Found</title><style>
003+ body { background-color: #fcfcfc; color: #333333; margin: 0; padding:0; }
004+ h1 { font-size: 1.5em; font-weight: normal; background-color: #9999cc; min-height:2em; line-height:2em; border-bottom: 1px inset black; margin: 0; }
005+ h1, p { padding-left: 10px; }
006+ code.url { background-color: #eeeeee; font-family:monospace; padding:0 2px;}
007+ </style>
008+ </head><body><h1>Not Found</h1><p>The requested resource <code class="url">/get.php?test=getpost&amp;get_param=Hello%20World</code> was not found on this server.</p></body></html>"
009+ ===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===