📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 11:49:57
📂
/
/
opt
/
alt
/
tests
/
alt-php85-pecl-solr_2.9.3-1.el8
/
tests
✏️
Editing: 010.solrclient_getOptions.phpt
--TEST-- SolrClient::getOptions - Returning all the default options --FILE-- <?php $options = array('secure' => false); $client = new SolrClient($options); var_dump($client->getOptions()); ?> --EXPECTF-- array(17) { ["timeout"]=> int(30) ["secure"]=> bool(false) ["hostname"]=> string(9) "localhost" ["wt"]=> string(3) "xml" ["port"]=> int(8983) ["proxy_host"]=> string(0) "" ["proxy_port"]=> int(0) ["path"]=> string(4) "solr" ["http_auth"]=> string(0) "" ["proxy_auth"]=> string(0) "" ["ssl_verify_peer"]=> bool(false) ["ssl_verify_host"]=> int(2) ["ssl_cert"]=> string(0) "" ["ssl_key"]=> string(0) "" ["ssl_keypassword"]=> string(0) "" ["ssl_cainfo"]=> string(0) "" ["ssl_capath"]=> string(0) "" }
💾 Save Changes
❌ Cancel