📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 17:07:13
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php84-pecl-solr_2.9.3-1.el8
/
tests
📍 /opt/alt/tests/alt-php84-pecl-solr_2.9.3-1.el8/tests
🔄 Refresh
✏️
Editing: 182.solrdocumentfield_unset_property.phpt
Read Only
--TEST-- SolrDocumentField - exception - on unset property --FILE-- <?php require_once "bootstrap.inc"; $field = new SolrDocumentField(); try { unset($field->name); } catch (SolrIllegalOperationException $e) { printf("Exception %d: %s", $e->getCode(), $e->getMessage()); } ?> --EXPECT-- Exception 1007: SolrDocumentField instances are read-only. Properties cannot be updated or removed.
💾 Save Changes
❌ Cancel