Home
last modified time | relevance | path

Searched refs:xmlrpc_server_call_method (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/xmlrpc/tests/
H A Dbug45556.phpt26 xmlrpc_server_call_method ($server, $request, NULL, $options);
30 Warning: xmlrpc_server_call_method(): Invalid callback 'foobar' passed in %s on line %d
32 Warning: xmlrpc_server_call_method(): xml parse error: [line 1, column 1, message: Invalid document…
34 Warning: xmlrpc_server_call_method(): Invalid callback 'foo::bar' passed in %s on line %d
H A Dbug45555.phpt16 xmlrpc_server_call_method ($server, $request, NULL, $options);
20 Warning: xmlrpc_server_call_method(): Invalid callback '1' passed in %s on line %d
22 Warning: xmlrpc_server_call_method(): Invalid callback 'foo::bar' passed in %s on line %d
H A Dbug50285.phpt33 $response = xmlrpc_server_call_method($server, $HTTP_RAW_POST_DATA, null);
47 $response = xmlrpc_server_call_method($server, $HTTP_RAW_POST_DATA, null);
61 $response = xmlrpc_server_call_method($server, $HTTP_RAW_POST_DATA, null);
75 $response = xmlrpc_server_call_method($server, $HTTP_RAW_POST_DATA, null);
H A Dbug42736.phpt2 Bug #42736 (xmlrpc_server_call_method() crashes)
25 $response = xmlrpc_server_call_method($xml, $Myrequest, null);
H A Dbug47818.phpt24 return xmlrpc_server_call_method($this->s, $req, null);
H A Dbug50761.phpt30 $res = xmlrpc_server_call_method($server, $req, null);
/PHP-7.4/ext/xmlrpc/
H A Dphp_xmlrpc.h78 PHP_FUNCTION(xmlrpc_server_call_method);
H A Dxmlrpc-epi-php.c153 PHP_FE(xmlrpc_server_call_method, arginfo_xmlrpc_server_call_method)
1028 PHP_FUNCTION(xmlrpc_server_call_method) in PHP_FUNCTION() argument

Completed in 19 milliseconds