uawdijnntqw1x1x1
IP : 3.143.7.53
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
..
/
.
/
opt
/
alt
/
tests
/
alt-php83-pecl-solr_2.7.0-1.el8
/
tests
/
092.solrserverexception_php.phpt
/
/
--TEST-- SolrServerException (phps) - Throw Exception on solr server exception using phps response writer --SKIPIF-- <?php include 'skip.if.server_not_configured.inc'; ?> --FILE-- <?php require_once "bootstrap.inc"; $options = array ( 'hostname' => SOLR_SERVER_HOSTNAME, 'login' => SOLR_SERVER_USERNAME, 'password' => SOLR_SERVER_PASSWORD, 'port' => SOLR_SERVER_PORT, 'path' => SOLR_SERVER_PATH, 'wt' => 'phps' ); $client = new SolrClient ( $options ); $query = new SolrQuery ( "lucene\\" ); try { $response = $client->query ( $query ); print_r ( $response ); } catch ( SolrServerException $e ) { echo sprintf("code: %d", $e->getCode()).PHP_EOL; echo sprintf("message: %s", $e->getMessage()).PHP_EOL; } ?> --EXPECTF-- code: %d message: %s
/home/.././opt/alt/tests/alt-php83-pecl-solr_2.7.0-1.el8/tests/092.solrserverexception_php.phpt