📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 15:06:54
📂
/
/
opt
/
alt
/
tests
/
alt-php80-pecl-solr_2.9.3-1.el8
/
tests
✏️
Editing: 059.solrinputdocument_getfieldnames.phpt
--TEST-- SolrInputDocument::getFieldNames - Test document fieldnames --FILE-- <?php require_once "bootstrap.inc"; $doc = new SolrInputDocument(); $doc->addField('id', 334455); $doc->addField('manu_id_s', 'apache'); $doc->addField('cat', 'Software'); print_r($doc->getFieldNames()); ?> --EXPECT-- Array ( [0] => id [1] => manu_id_s [2] => cat )
💾 Save Changes
❌ Cancel