PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » XML_RPC » Bug #4228

Call to undefined function: kindof()

Details

Submitted2005-04-26 20:03 UTC
Fromdutch dot rapley at gmail dot com
Assigneddanielc
StatusBogus
PackageXML_RPC
PHP Version4.3.10
OSDebian
Roadmaps(Not assigned)

Comments

[2005-04-26 20:03 UTC] dutch dot rapley at gmail dot com

Description:
------------
when I go to use XML_RPC_decode, I get the following error.

Fatal error: Call to undefined function: kindof() in /usr/local/lib/php/XML/RPC.php on line 1083

Reproduce code:
---------------
require_once "XML/RPC.php";

//some more code here

//$fr is an XML Tree in xmlrpc format

$arr = XML_RPC_decode($fr);

Expected result:
----------------
I expect the contents of $fr to be placed in the variable $arr as arrays of arrays so I can loop through it.

Actual result:
--------------
Fatal error: Call to undefined function: kindof() in /usr/local/lib/php/XML/RPC.php on line 1083

[2005-04-26 20:09 UTC] dutch dot rapley at gmail dot com

I also downloaded XML_RPC 1.2.2 and put it in a personalized path, and I still get the same error, but with a different line number.

Fatal error: Call to undefined function: kindof() in /home/.palatine/bluecrab/includes.php/XML_RPC-1.2.2/RPC.php on line 1658