Test: /ext/curl/tests/bug55767.phpt - Version 5.6.16-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%)
002+ string(283) "<br />
003+ <b>Warning</b>: Unknown: failed to open stream: No such file or directory in <b>Unknown</b> on line <b>0</b><br />
004+ <br />
005+ <b>Fatal error</b>: Unknown: Failed opening required 'responder/get.php' (include_path='.:/usr/local/lib/php') in <b>Unknown</b> on line <b>0</b><br />
006+ "
007+ ===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===