Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/
H A Dpgsql.stub.php49 const PGSQL_BOTH = UNKNOWN; define
586 …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
1788 if (!(result_type & PGSQL_BOTH)) { in php_pgsql_fetch_hash()
1914 php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, PGSQL_BOTH, 0); in PHP_FUNCTION()
1939 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
3959 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
5811 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
H A Dpgsql_arginfo.h685 REGISTER_LONG_CONSTANT("PGSQL_BOTH", PGSQL_BOTH, CONST_PERSISTENT); in register_pgsql_symbols()

Completed in 36 milliseconds