Home
last modified time | relevance | path

Searched refs:PGSQL_BOTH (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pgsql/
H A Dpgsql.stub.php49 const PGSQL_BOTH = UNKNOWN; define
644 …function pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|fal…
H A Dpgsql.c51 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM) macro
1943 if (!(result_type & PGSQL_BOTH)) { in php_pgsql_fetch_hash()
2042 php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, PGSQL_BOTH, 0); in PHP_FUNCTION()
2069 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
4239 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
6116 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
H A Dpgsql_arginfo.h752 REGISTER_LONG_CONSTANT("PGSQL_BOTH", PGSQL_BOTH, CONST_PERSISTENT); in register_pgsql_symbols()

Completed in 28 milliseconds