Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/
H A Dpgsql.c61 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM) macro
1091 REGISTER_LONG_CONSTANT("PGSQL_BOTH", PGSQL_BOTH, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
2611 if (!(result_type & PGSQL_BOTH)) {
2762 php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, PGSQL_BOTH, 0);
5042 if (!(result_type & PGSQL_BOTH)) {

Completed in 64 milliseconds