Home
last modified time | relevance | path

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

/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php136 $this->debugOutput('<pre>' . htmlspecialchars($xml) . PHP_EOL . '</pre>');
174 $this->debugOutput('SSL Cert at : ' . $this->_certFile);
175 $this->debugOutput('SSL Key at : ' . $this->_keyFile);
203 $this->debugOutput('<pre>' . htmlspecialchars($contents) . PHP_EOL . '</pre>');
229 private function debugOutput($message) function in IXR\\Client\\ClientSSL