📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 17:07:55
📂
/
/
opt
/
alt
/
tests
/
alt-php80-pecl-solr_2.9.3-1.el8
/
tests
✏️
Editing: 194.solrparams_getpreparedparams.phpt
--TEST-- SolrParams::getPreparedParams() --FILE-- <?php $params = new SolrModifiableParams(); $params ->set('q', 'lucene') ->addParam('fq', 'popularity:[10 TO *]') ->addParam('fq', 'section:0') ; var_dump($params->getPreparedParams()); ?> --EXPECT-- array(2) { ["q"]=> string(8) "q=lucene" ["fq"]=> string(50) "fq=popularity%3A%5B10%20TO%20%2A%5D&fq=section%3A0" }
💾 Save Changes
❌ Cancel