function xmlrpc_test_echoStructTest
1 call to xmlrpc_test_echoStructTest()
- XMLRPCValidator1IncTestCase::testValidator1 in modules/
simpletest/ tests/ xmlrpc.test - Run validator1 tests.
1 string reference to 'xmlrpc_test_echoStructTest'
- xmlrpc_test_xmlrpc in modules/
simpletest/ tests/ xmlrpc_test.module - Implements hook_xmlrpc().
File
-
modules/
simpletest/ tests/ xmlrpc_test.module, line 27
Code
function xmlrpc_test_echoStructTest($array) {
return $array;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.