phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgroupware test_xmlrpc.php,1.1.2.2,1.1.2.3


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] phpgroupware test_xmlrpc.php,1.1.2.2,1.1.2.3
Date: Thu, 30 Oct 2003 23:44:24 +0000

Update of /cvsroot/phpgroupware/phpgroupware
In directory subversions:/tmp/cvs-serv15785

Modified Files:
      Tag: proposal-branch
        test_xmlrpc.php 
Log Message:
fixed xmlrpc parsing routines

Index: test_xmlrpc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgroupware/Attic/test_xmlrpc.php,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** test_xmlrpc.php     29 Oct 2003 02:19:04 -0000      1.1.2.2
--- test_xmlrpc.php     30 Oct 2003 23:44:21 -0000      1.1.2.3
***************
*** 60,63 ****
--- 60,66 ----
  xmlrpc_set_type($sid, "base64");
  
+ $params = array('sid'=>$sid);
+ $params = array('sid'=>$sid, 'account_id'=>3);
+ $params = array('sid'=>$sid, 'account_id'=>3, 
'other'=>array('one','two','three'));
  $params = array($sid, 'account_id'=>3);
  $method = "api.account_mgr.view";
***************
*** 125,134 ****
        Here is the result after its converted to php vars. I use print_r() to 
display this.
        <hr>
!       <pre>
!       <?php 
! $result = xmlrpc_decode_request ($result, $method);
! print_r($result);
! ?>
!       </pre>
        <hr>
        </body>
--- 128,133 ----
        Here is the result after its converted to php vars. I use print_r() to 
display this.
        <hr>
!       <?php $result = xmlrpc_decode_request ($result, $method); ?>
!       <pre><?php print_r($result); ?></pre>
        <hr>
        </body>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]