Home
last modified time | relevance | path

Searched refs:_xmlrpcs_occurred_errors (Results 1 – 2 of 2) sorted by relevance

/dports/finance/weberp/webERP/xmlrpc/src/
H A DServer.php92 protected static $_xmlrpcs_occurred_errors = ''; variable in PhpXmlRpc\\Server
160 static::$_xmlrpcs_occurred_errors .= $msg . "\n";
225 if ($this->debug > 2 && static::$_xmlrpcs_occurred_errors) {
227 static::$_xmlrpcs_occurred_errors . "+++END+++");
572 static::$_xmlrpcs_occurred_errors = '';
/dports/irc/atheme-services/atheme-7.2.9/contrib/xmlrpc-php/
H A Dxmlrpcs.inc366 $GLOBALS['_xmlrpcs_occurred_errors'] = '';
387 $GLOBALS['_xmlrpcs_occurred_errors'] = $GLOBALS['_xmlrpcs_occurred_errors'] . $errstring . "\n";
621 if($this->debug > 2 && $GLOBALS['_xmlrpcs_occurred_errors'])
624 $GLOBALS['_xmlrpcs_occurred_errors'] . "+++END+++");