📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 09:16:54
📂
/
/
opt
/
alt
/
tests
/
alt-php81-pecl-solr_2.9.3-1.el8
/
tests
✏️
Editing: 055.solrinputdocument_serialization.phpt
--TEST-- SolrInputDocument - serialize/unserialize Exception --FILE-- <?php require_once "bootstrap.inc"; $doc = new SolrInputDocument(); try { serialize($doc); } catch (Exception $e) { echo $e->getMessage().PHP_EOL; } ?> --EXPECT-- SolrInputDocument objects cannot be serialized or unserialized
💾 Save Changes
❌ Cancel