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.c52 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM) macro
1989 if (!(result_type & PGSQL_BOTH)) { in php_pgsql_fetch_hash()
2088 php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, PGSQL_BOTH, 0); in PHP_FUNCTION()
2115 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
4314 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
6137 if (!(result_type & PGSQL_BOTH)) { in PHP_FUNCTION()
H A Dpgsql_arginfo.h753 REGISTER_LONG_CONSTANT("PGSQL_BOTH", PGSQL_BOTH, CONST_PERSISTENT); in register_pgsql_symbols()

Completed in 32 milliseconds