ImpressCMS/impresscms

View on GitHub
htdocs/xmlrpc.php

Summary

Maintainability
A
0 mins
Test Coverage

Call to method getMethodName from undeclared class \XoopsXmlRpcParser
Open

        $methods = explode('.', $parser->getMethodName());
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method getParam from undeclared class \XoopsXmlRpcParser
Open

                $rpc_api = new BloggerApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Reference to static property logger from undeclared class \icms
Open

icms::$logger->disableLogger();
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method __construct from undeclared class \XoopsXmlRpcParser
Open

$parser = new XoopsXmlRpcParser(rawurlencode($GLOBALS['HTTP_RAW_POST_DATA']));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method add from undeclared class \XoopsXmlRpcResponse
Open

    $response->add(new XoopsXmlRpcFault(102));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method __construct from undeclared class \XoopsXmlRpcFault
Open

        $response->add(new XoopsXmlRpcFault(110));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method __construct from undeclared class \BloggerApi
Open

                $rpc_api = new BloggerApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method add from undeclared class \XoopsXmlRpcResponse
Open

            $response->add(new XoopsXmlRpcFault(107));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method getParam from undeclared class \XoopsXmlRpcParser
Open

                $rpc_api = new MetaWeblogApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method __construct from undeclared class \XoopsXmlRpcFault
Open

            $response->add(new XoopsXmlRpcFault(107));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method __construct from undeclared class \XoopsXmlRpcFault
Open

    $response->add(new XoopsXmlRpcFault(102));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method __construct from undeclared class \MetaWeblogApi
Open

                $rpc_api = new MetaWeblogApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method __construct from undeclared class \XoopsApi
Open

                $rpc_api = new XoopsApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method getParam from undeclared class \XoopsXmlRpcParser
Open

                $rpc_api = new XoopsApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method getParam from undeclared class \XoopsXmlRpcParser
Open

                $rpc_api = new MovableTypeApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method __construct from undeclared class \MovableTypeApi
Open

                $rpc_api = new MovableTypeApi($parser->getParam(), $response, $module);
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method render from undeclared class \XoopsXmlRpcResponse
Open

$payload =& $response->render();
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method __construct from undeclared class \XoopsXmlRpcResponse
Open

$response = new XoopsXmlRpcResponse();
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method parse from undeclared class \XoopsXmlRpcParser
Open

if (!$parser->parse())
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method handler from undeclared class \icms
Open

    $module_handler = icms::handler('icms_module');
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Call to method add from undeclared class \XoopsXmlRpcResponse
Open

        $response->add(new XoopsXmlRpcFault(110));
Severity: Critical
Found in htdocs/xmlrpc.php by phan

Expected 1 space after SWITCH keyword; 0 found
Open

        switch($methods[0])
Severity: Minor
Found in htdocs/xmlrpc.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 1
Open

if (!$parser->parse())
Severity: Minor
Found in htdocs/xmlrpc.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 9
Open

        switch($methods[0])
Severity: Minor
Found in htdocs/xmlrpc.php by phpcodesniffer

A closing tag is not permitted at the end of a PHP file
Open

?>
Severity: Minor
Found in htdocs/xmlrpc.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 5
Open

    if (!is_object($module))
Severity: Minor
Found in htdocs/xmlrpc.php by phpcodesniffer

Expected 1 space after closing parenthesis; found 9
Open

        if (!method_exists($rpc_api, $method))
Severity: Minor
Found in htdocs/xmlrpc.php by phpcodesniffer

There are no issues that match your filters.

Category
Status