Sha256: 7b974e46f0c5638f7e805afbd5a17a81e56c84411d4ead3b855fb9651bbb9249

Contents?: true

Size: 138 Bytes

Versions: 2

Compression:

Stored size: 138 Bytes

Contents

<?php

require ("spec/fixtures/sphinxapi.php");

$cl = new SphinxClient();
$cl->SetMatchMode(SPH_MATCH_FULLSCAN);
$cl->Query('query');

?>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sphinx-2.1.1.3712 spec/fixtures/requests/php/match_fullscan.php
sphinx-2.1.1.3711 spec/fixtures/requests/php/match_fullscan.php