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
633 …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
1810 if (!(result_type & PGSQL_BOTH)) { in php_pgsql_fetch_hash()
1909 php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, PGSQL_BOTH, 0); in PHP_FUNCTION()
1934 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
4030 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
5892 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
H A Dpgsql_arginfo.h698 REGISTER_LONG_CONSTANT("PGSQL_BOTH", PGSQL_BOTH, CONST_PERSISTENT); in register_pgsql_symbols()

Completed in 25 milliseconds