📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 11:47:36
📂
/ (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: 067.solrquery__construct.phpt
Read Only
--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