📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:05:15
📂
/
/
opt
/
alt
/
tests
/
alt-php83-pecl-solr_2.9.3-1.el8
/
tests
✏️
Editing: 080.solrutils_escapequerychars.phpt
--TEST-- SolrUtils::escapeQueryChars() - Testing Lucene Reserved Characters --FILE-- <?php // + - && || ! ( ) { } [ ] ^ " ~ * ? : \ $queryString = '+a - q{ } [^test] || && () ^ " ~ * ? : \\ /'; $escaped = SolrUtils::escapeQueryChars($queryString); echo $escaped; ?> --EXPECTF-- \+a \- q\{ \} \[\^test\] \|| \&& \(\) \^ \" \~ \* \? \: \\ \/
💾 Save Changes
❌ Cancel