Home
last modified time | relevance | path

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

/PHP-5.5/ext/pgsql/tests/
H A D04async_query.phpt29 pg_fetch_array($result, $i, PGSQL_NUM);
H A D23sync_query_params.phpt24 pg_fetch_array($result, $i, PGSQL_NUM);
H A D24sync_query_prepared.phpt27 pg_fetch_array($result, $i, PGSQL_NUM);
H A D03sync_query.phpt19 pg_fetch_array($result, $i, PGSQL_NUM);
H A D25async_query_params.phpt33 pg_fetch_array($result, $i, PGSQL_NUM);
H A D26async_query_prepared.phpt47 pg_fetch_array($result, $i, PGSQL_NUM);
/PHP-5.5/ext/pgsql/
H A Dpgsql.c60 #define PGSQL_NUM 1<<1 macro
61 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM)
1090 REGISTER_LONG_CONSTANT("PGSQL_NUM", PGSQL_NUM, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
2640 if (result_type & PGSQL_NUM) {
2658 if (result_type & PGSQL_NUM) {
2742 php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, PGSQL_NUM, 0);
5054 if (result_type & PGSQL_NUM) {

Completed in 19 milliseconds