]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/xmlrpc/xmlrpc_utils.php
add the xmlrpc testsuite (wiki and interop) from xmlrpc-epi
[SourceForge/phpwiki.git] / tests / xmlrpc / xmlrpc_utils.php
1 <?php
2
3 // This file has moved. keeping below for legacy compat reasons.
4
5 include_once("../../lib/XMLRPC/utils.php");
6
7 function xi_format($value) {
8    include_once("./xmlrpc-introspect.php");
9    return format_describe_methods_result($value);
10 }
11
12 ?>