Searched refs:PGSQL_BOTH (Results 1 – 3 of 3) sorted by relevance
49 const PGSQL_BOTH = UNKNOWN; define644 …function pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|fal…
52 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM) macro1989 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()
753 REGISTER_LONG_CONSTANT("PGSQL_BOTH", PGSQL_BOTH, CONST_PERSISTENT); in register_pgsql_symbols()
Completed in 27 milliseconds