📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 18:52:47
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php83-pecl-solr_2.9.3-1.el8
/
tests
📍 /opt/alt/tests/alt-php83-pecl-solr_2.9.3-1.el8/tests
🔄 Refresh
✏️
Editing: 181.solrdocumentfield_write_property.phpt
Read Only
--TEST-- SolrDocumentField - exception - on write property --FILE-- <?php require_once "bootstrap.inc"; $field = new SolrDocumentField(); try { $field->myIllegalProperty = 1; } 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