// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php83-pecl-solr_2.7.0-1.el8
/
tests
[ PARENT ]
EDIT :: 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
CANCEL