Home
last modified time | relevance | path

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

/PHP-7.2/ext/pgsql/
H A Dpgsql.c61 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM) macro
1136 REGISTER_LONG_CONSTANT("PGSQL_BOTH", PGSQL_BOTH, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
2759 if (!(result_type & PGSQL_BOTH)) {
2896 php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, PGSQL_BOTH, 0);
2923 if (!(result_type & PGSQL_BOTH)) {
5326 if (!(result_type & PGSQL_BOTH)) {
7176 if (!(result_type & PGSQL_BOTH)) {

Completed in 14 milliseconds