function xmlrpc_test_easyStructTest in SimpleTest 7
1 call to xmlrpc_test_easyStructTest()
- XMLRPCValidator1IncTestCase::testValidator1 in tests/
xmlrpc.test - Run validator1 tests.
1 string reference to 'xmlrpc_test_easyStructTest'
- xmlrpc_test_xmlrpc in tests/
xmlrpc_test.module - Implement hook_xmlrpc()
File
- tests/
xmlrpc_test.module, line 23
Code
function xmlrpc_test_easyStructTest($array) {
return $array["curly"] + $array["moe"] + $array["larry"];
}