\

Classes

_CouchbaseDefaultViewQuery Represents a regular view query to perform against the server. Note that this object should never be instantiated directly, but instead through the CouchbaseViewQuery::from method.
_CouchbaseSpatialViewQuery Represents a spatial view query to perform against the server. Note that this object should never be instantiated directly, but instead through the CouchbaseViewQuery::fromSpatial method.
CouchbaseAbstractCompoundSearchQuery Base class for FTS queries that are composite, compounding several other CouchbaseAbstractSearchQuery.
CouchbaseAbstractSearchQuery A base class for all FTS query classes. Exposes the common FTS query parameters.
CouchbaseAuthenticator
CouchbaseBooleanFieldSearchQuery A FTS query that queries fields explicitly indexed as boolean.
CouchbaseBooleanSearchQuery A compound FTS query that allows various combinations of sub-queries.
CouchbaseBucket Represents a bucket connection.
CouchbaseBucketManager Class exposing the various available management operations that can be performed on a bucket.
CouchbaseCluster Represents a cluster connection.
CouchbaseClusterManager Class exposing the various available management operations that can be performed on a cluster.
CouchbaseConjunctionSearchQuery A compound FTS query that performs a logical AND between all its sub-queries (conjunction).
CouchbaseDateRangeSearchFacet
CouchbaseDateRangeSearchQuery A FTS query that matches documents on a range of dates. At least one bound is required, and the parser to use for the date (in string form) can be customized (see #dateTimeParser(string)).
CouchbaseDisjunctionSearchQuery A compound FTS query that performs a logical OR between all its sub-queries (disjunction).
CouchbaseDocIdSearchQuery A FTS query that matches on Couchbase document IDs. Useful to restrict the search space to a list of keys (by using this in a compound query).
CouchbaseLookupInBuilder Represents a builder for subdocument lookup command.
CouchbaseMatchAllSearchQuery A FTS query that matches all indexed documents (usually for debugging purposes).
CouchbaseMatchNoneSearchQuery A FTS query that matches 0 document (usually for debugging purposes).
CouchbaseMatchPhraseSearchQuery A FTS query that matches several given terms (a "phrase"), applying further processing like analyzers to them.
CouchbaseMatchSearchQuery A FTS query that matches a given term, applying further processing to it like analyzers, stemming and even #fuzziness(int).
CouchbaseMutateInBuilder Represents a builder for subdocument mutation command.
CouchbaseMutationState
CouchbaseN1qlQuery Represents a N1QL query to be executed against a Couchbase bucket.
CouchbaseNumericRangeSearchFacet
CouchbaseNumericRangeSearchQuery A FTS query that matches documents on a range of values. At least one bound is required, and the inclusiveness of each bound can be configured.
CouchbasePhraseSearchQuery A FTS query that matches several terms (a "phrase") as is. The order of the terms mater and no further processing is applied to them, so they must appear in the index exactly as provided.
CouchbasePrefixSearchQuery A FTS query that allows for simple matching on a given prefix.
CouchbaseRegexpSearchQuery A FTS query that allows for simple matching of regular expressions.
CouchbaseSearchFacet
CouchbaseSearchQuery Represents a Full Text Search query to be executed against a Couchbase bucket.
CouchbaseStringSearchQuery A FTS query that performs a search according to the "string query" syntax.
CouchbaseTermSearchFacet
CouchbaseTermSearchQuery A FTS query that matches terms (without further analysis). Usually for debugging purposes.
CouchbaseViewQuery Represents a view query to be executed against a Couchbase bucket.
CouchbaseWildcardSearchQuery An FTS query that allows for simple matching using wildcard characters (* and ?).

Constants

__DIR__

__DIR__

FILE_BINARY

FILE_BINARY

PHP_MAJOR_VERSION

PHP_MAJOR_VERSION

PHP_QA_EMAIL

PHP_QA_EMAIL

PHP_VERSION_ID

PHP_VERSION_ID

QA_REPORTS_PAGE

QA_REPORTS_PAGE

QA_SUBMISSION_PAGE

QA_SUBMISSION_PAGE

TESTED_PHP_VERSION

TESTED_PHP_VERSION

TRAVIS_CI

TRAVIS_CI

Functions

comp_line()

comp_line(  $l1,   $l2,   $is_reg) 

Parameters

$l1
$l2
$is_reg

compute_summary()

compute_summary() 

count_array_diff()

count_array_diff(  $ar1,   $ar2,   $is_reg,   $w,   $idx1,   $idx2,   $cnt1,   $cnt2,   $steps) 

Parameters

$ar1
$ar2
$is_reg
$w
$idx1
$idx2
$cnt1
$cnt2
$steps

error()

error(  $message) 

Parameters

$message

error_report()

error_report(  $testname,   $logname,   $tested) 

Parameters

$testname
$logname
$tested

find_files()

find_files(  $dir,   $is_ext_dir = false,   $ignore = false) 

Parameters

$dir
$is_ext_dir
$ignore

generate_array_diff()

generate_array_diff(  $ar1,   $ar2,   $is_reg,   $w) 

Parameters

$ar1
$ar2
$is_reg
$w

generate_diff()

generate_diff(  $wanted,   $wanted_re,   $output) 

Parameters

$wanted
$wanted_re
$output

get_summary()

get_summary(  $show_ext_summary,   $show_html) 

Parameters

$show_ext_summary
$show_html

junit_enabled()

junit_enabled() 

junit_finish_timer()

junit_finish_timer(  $file_name) 

Parameters

$file_name

junit_get_suite_xml()

junit_get_suite_xml(  $suite_name = '') 

Parameters

$suite_name

junit_get_suitename_for()

junit_get_suitename_for(  $file_name) 

Parameters

$file_name

junit_get_timer()

junit_get_timer(  $file_name) 

Parameters

$file_name

junit_init()

junit_init() 

junit_init_suite()

junit_init_suite(  $suite_name) 

Parameters

$suite_name

junit_mark_test_as()

junit_mark_test_as(array|string  $type, string  $file_name, string  $test_name, integer|string  $time = null, string  $message = '', string  $details = '') : void

Parameters

array|string $type
string $file_name
string $test_name
integer|string $time
string $message
string $details

junit_path_to_classname()

junit_path_to_classname(  $file_name) 

Parameters

$file_name

junit_save_xml()

junit_save_xml() 

junit_start_timer()

junit_start_timer(  $file_name) 

Parameters

$file_name

junit_suite_record()

junit_suite_record(  $suite,   $param,   $value = 1) 

Parameters

$suite
$param
$value

mail_qa_team()

mail_qa_team(  $data,   $compression,   $status = false) 

Parameters

$data
$compression
$status

run_all_tests()

run_all_tests(  $test_files,   $env,   $redir_tested = null) 

Parameters

$test_files
$env
$redir_tested

run_test()

run_test(  $php,   $file,   $env) 

Parameters

$php
$file
$env

save_or_mail_results()

save_or_mail_results() 

save_text()

save_text(  $filename,   $text,   $filename_copy = null) 

Parameters

$filename
$text
$filename_copy

settings2array()

settings2array(  $settings,   $ini_settings) 

Parameters

$settings
$ini_settings

settings2params()

settings2params(  $ini_settings) 

Parameters

$ini_settings

show_end()

show_end(  $end_time) 

Parameters

$end_time

show_file_block()

show_file_block(  $file,   $block,   $section = null) 

Parameters

$file
$block
$section

show_redirect_ends()

show_redirect_ends(  $tests,   $tested,   $tested_file) 

Parameters

$tests
$tested
$tested_file

show_redirect_start()

show_redirect_start(  $tests,   $tested,   $tested_file) 

Parameters

$tests
$tested
$tested_file

show_result()

show_result(  $result,   $tested,   $tested_file,   $extra = '',   $temp_filenames = null) 

Parameters

$result
$tested
$tested_file
$extra
$temp_filenames

show_start()

show_start(  $start_time) 

Parameters

$start_time

show_summary()

show_summary() 

show_test()

show_test(  $test_idx,   $shortname) 

Parameters

$test_idx
$shortname

system_with_timeout()

system_with_timeout(  $commandline,   $env = null,   $stdin = null) 

Parameters

$commandline
$env
$stdin

test_name()

test_name(  $name) 

Parameters

$name

test_sort()

test_sort(  $a,   $b) 

Parameters

$a
$b

verify_config()

verify_config() 

write_information()

write_information(  $show_html) 

Parameters

$show_html