PATH:
opt
/
alt
/
tests
/
alt-php85-pecl-solr_2.9.3-1.el8
/
tests
/
Editing: 084.solrutils_queryphrase.phpt
--TEST-- SolrUtils::queryPhrase() - Escapes a query phrase --FILE-- <?php echo SolrUtils::queryPhrase('Book Title: Apache Solr Server') . PHP_EOL; ?> --EXPECT-- "Book Title\: Apache Solr Server"
SAVE
CANCEL