Lines Matching refs:raiseError
431 XML_RPC_Base::raiseError('Non-numeric value received in INT or DOUBLE',
558 function raiseError($msg, $code) function in XML_RPC_Base
562 return PEAR::raiseError(get_class($this) . ': ' . $msg, $code);
564 return PEAR::raiseError('XML_RPC: ' . $msg, $code);
858 $this->raiseError($this->errstr, XML_RPC_ERROR_PROGRAMMING);
947 $this->raiseError('Connection to proxy server '
953 $this->raiseError('Connection to RPC server '
978 $this->raiseError($this->errstr, XML_RPC_ERROR_CONNECTION_FAILED);
1326 $this->raiseError('The submitted request did not contain this parameter',
1357 return $this->raiseError('mb_convert_encoding() is not available',
1587 $this->raiseError('Scalar can have only one value',
1593 $this->raiseError("Not a scalar type (${typeof})",
1628 $this->raiseError(
1644 $this->raiseError(