]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - tests/xmlrpc/xmlrpc_utils.php
php_closing_tag [PSR-2] The closing ?> tag MUST be omitted from files containing...
[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 }