📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 08:03:35
📂
/
/
opt
/
alt
/
tests
/
alt-php85-pecl-solr_2.9.3-1.el8
/
tests
✏️
Editing: 067.solrquery__construct.phpt
--TEST-- SolrQuery::_construct - Throws exception on illegal Argument --FILE-- <?php try { $query = new SolrQuery(new StdClass()); } catch (SolrIllegalArgumentException $e) { echo $e->getMessage(); } catch (TypeError $e) { echo $e->getMessage(); } ?> --EXPECTF-- SolrQuery::__construct()%s string, %s given
💾 Save Changes
❌ Cancel