📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 22:09:14
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php80-pecl-solr_2.9.3-1.el8
/
tests
📍 /opt/alt/tests/alt-php80-pecl-solr_2.9.3-1.el8/tests
🔄 Refresh
✏️
Editing: 192.solrparams_getparam.phpt
Read Only
--TEST-- SolrParams::getParam() --FILE-- <?php $params = new SolrModifiableParams(); $params ->set('q', 'lucene') ->addParam('fq', 'popularity:[10 TO *]') ->addParam('fq', 'section:0') ; var_dump($params->get('fq')); var_dump($params->get('q')); ?> --EXPECT-- array(2) { [0]=> string(20) "popularity:[10 TO *]" [1]=> string(9) "section:0" } string(6) "lucene"
💾 Save Changes
❌ Cancel