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

Bug #50282 xmlrpc_encode_request() changes object into array in calling function
Submitted: 2009-11-24 10:35:16 Modified: 2009-11-24 11:32:56
From: basicer Assigned: felipe
Status: Closed Package: XMLRPC-EPI related
PHP Version: 5.2.11 OS: Linux

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
005+
006+ ** ERROR: process timed out **
005- string(279) "<?xml version="1.0" encoding="iso-8859-1"?>
006- <methodCall>
007- <methodName>test</methodName>
008- <params>
009- <param>
010- <value>
011- <struct>
012- <member>
013- <name>x</name>
014- <value>
015- <int>10</int>
016- </value>
017- </member>
018- </struct>
019- </value>
020- </param>
021- </params>
022- </methodCall>
023- "
024- object(One)#%d (1) {
025- ["x"]=>
026- int(10)
027- }