Home
last modified time | relevance | path

Searched refs:xmlrpc_decode (Results 1 – 11 of 11) sorted by last modified time

/PHP-7.4/
H A DNEWS2452 . Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
/PHP-7.4/ext/xmlrpc/
H A Dxmlrpc-epi-php.c144 PHP_FE(xmlrpc_decode, arginfo_xmlrpc_decode)
804 PHP_FUNCTION(xmlrpc_decode) in PHP_FUNCTION() argument
H A Dphp_xmlrpc.h69 PHP_FUNCTION(xmlrpc_decode);
/PHP-7.4/ext/xmlrpc/tests/
H A D007.phpt2 xmlrpc_decode() Simple test decode type int
22 $response = xmlrpc_decode($xml);
H A Dbug37057.phpt2 Bug #37057 (xmlrpc_decode() may produce arrays with numeric string keys which are unaccessible)
23 $retval=xmlrpc_decode($response);
44 $retval=xmlrpc_decode($response);
H A Dbug77242.phpt2 Bug #77242 (heap out of bounds read in xmlrpc_decode())
7 var_dump(xmlrpc_decode(base64_decode("PD94bWwgdmVyc2lvbmVuY29kaW5nPSJJU084ODU5NyKkpKSkpKSkpKSkpKSkp…
H A Dbug77380.phpt9 var_dump(xmlrpc_decode(base64_decode("PGJhc2U2ND7CkzwvYmFzZTY0Pgo=")));
H A D006.phpt2 xmlrpc_decode() Simple test decode type string
22 $response = xmlrpc_decode($xml);
H A Dbug44996.phpt2 Bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime)
10 …$obj = xmlrpc_decode("<?xml version=\"1.0\"?><methodResponse><params><param><value><dateTime.iso86…
H A Dbug50285.phpt34 var_dump(xmlrpc_decode($response));
48 var_dump(xmlrpc_decode($response));
62 var_dump(xmlrpc_decode($response));
76 var_dump(xmlrpc_decode($response));
H A Dbug68027.phpt14 $obj = xmlrpc_decode("<?xml version=\"1.0\"?><methodResponse><params><param><value><dateTime.iso860…
18 $obj = xmlrpc_decode("<?xml version=\"1.0\"?><methodResponse><params><param><value><dateTime.iso860…

Completed in 20 milliseconds