Test: /ext/xmlrpc/tests/bug50285.phpt - Version 5.6.0RC3        

Bug #50285 xmlrpc does not preserve keys in encoded indexed arrays
Submitted: 2009-11-24 14:55:34 Modified: 2009-11-25 02:03:08
From: tony Assigned: felipe
Status: Closed Package: XMLRPC-EPI related
PHP Version: 5.*, 6 OS: *

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ ** ERROR: process timed out **
001- array(3) {
002- [1]=>
003- string(3) "One"
004- [3]=>
005- string(5) "Three"
006- [5]=>
007- string(4) "Five"
008- }
009- array(4) {
010- [0]=>
011- string(3) "One"
012- [1]=>
013- string(5) "Three"
014- [2]=>
015- string(4) "Five"
016- [3]=>
017- int(5)
018- }
019- array(4) {
020- [0]=>
021- string(3) "One"
022- [3]=>
023- string(5) "Three"
024- ["Five"]=>
025- int(5)
026- [4]=>
027- string(3) "Six"
028- }
029- array(4) {
030- [0]=>
031- string(3) "One"
032- [1]=>
033- string(5) "Three"
034- [2]=>
035- string(4) "Five"
036- ["Six"]=>
037- int(6)
038- }