Searched refs:_arrayresult (Results 1 – 3 of 3) sorted by relevance
413 var $_arrayresult; ///< whether $result["matches"] should be a hash or an array variable in SphinxClient461 $this->_arrayresult = false;897 $this->_arrayresult = $arrayresult;1208 if ( $this->_arrayresult )1250 if ( $this->_arrayresult )
395 var $_arrayresult; ///< whether $result["matches"] should be a hash or an array variable in SphinxClient443 $this->_arrayresult = false;861 $this->_arrayresult = $arrayresult;1176 if ($this->_arrayresult)1216 if ($this->_arrayresult)
167 public $_arrayresult = false; variable in SphinxClient402 $this->_arrayresult = $arrayresult;623 …if ($this->_arrayresult) $result["matches"][] = ["id" => $doc, "weight" => $weight, "attrs" => $at…