function xmlrpc_test_nestedStructTest in Drupal 7
1 call to xmlrpc_test_nestedStructTest()
- XMLRPCValidator1IncTestCase::testValidator1 in modules/
simpletest/ tests/ xmlrpc.test - Run validator1 tests.
1 string reference to 'xmlrpc_test_nestedStructTest'
- xmlrpc_test_xmlrpc in modules/
simpletest/ tests/ xmlrpc_test.module - Implements hook_xmlrpc().
File
- modules/
simpletest/ tests/ xmlrpc_test.module, line 40
Code
function xmlrpc_test_nestedStructTest($array) {
return $array["2000"]["04"]["01"]["larry"] + $array["2000"]["04"]["01"]["moe"] + $array["2000"]["04"]["01"]["curly"];
}