PHP Classes

You've got a bug in XmlRPC_Parm->gettype

Recommend this page to a friend!

      XML-RPC Client  >  All threads  >  You've got a bug in XmlRPC_Parm->gettype  >  (Un) Subscribe thread alerts  
Subject:You've got a bug in XmlRPC_Parm->gettype
Summary:parameters always typed as strings...
Messages:1
Author:Richard Munroe
Date:2012-03-10 14:18:08
 

  1. You've got a bug in XmlRPC_Parm->gettype   Reply   Report abuse  
Picture of Richard Munroe Richard Munroe - 2012-03-10 14:18:08
You're testing for $arg in all the calls to determine type and you should be testing $this->value.