You are here

9 calls to xmlrpc_errno() in xmlrpc 8

XmlRpcBasicTest::testInvalidServer in src/Tests/XmlRpcBasicTest.php
Addresses bug https://www.drupal.org/node/2146833 .
XmlRpcExampleClientForm::submitAdd in xmlrpc_example/src/Form/XmlRpcExampleClientForm.php
Submit handler to query xmlrpc_example.add.
XmlRpcExampleClientForm::submitAddSubtract in xmlrpc_example/src/Form/XmlRpcExampleClientForm.php
Submit a multicall request.
XmlRpcExampleClientForm::submitInformation in xmlrpc_example/src/Form/XmlRpcExampleClientForm.php
Submit handler to query system.listMethods.
XmlRpcExampleClientForm::submitSubtract in xmlrpc_example/src/Form/XmlRpcExampleClientForm.php
Submit handler to query xmlrpc_example.subtract.
XmlRpcExampleController::info in xmlrpc_example/src/Controller/XmlRpcExampleController.php
Constructs a page with info about the XML-RPC example.
XmlRpcExampleTest::testXmlrpcExampleBasic in xmlrpc_example/src/Tests/XmlRpcExampleTest.php
Perform several calls to the XML-RPC interface to test the services.
XmlRpcExampleTest::testXmlrpcExampleServer in xmlrpc_example/src/Tests/XmlRpcExampleTest.php
Perform several XML-RPC requests with different server settings.
XmlRpcTestBase::verboseResult in src/Tests/XmlRpcTestBase.php
Provides detailed response information if verbose is enabled.