Searched refs:PGSQL_NUM (Results 1 – 12 of 12) sorted by relevance
/PHP-8.1/ext/pgsql/tests/ |
H A D | 04async_query.phpt | 31 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 23sync_query_params.phpt | 26 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 24sync_query_prepared.phpt | 29 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 25async_query_params.phpt | 35 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 32nb_async_query.phpt | 44 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | pg_select_001.phpt | 37 var_dump(pg_select($conn, 'phptests.bar', array('id4' => 4), 0, PGSQL_NUM));
|
H A D | 30nb_async_query_params.phpt | 43 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 26async_query_prepared.phpt | 49 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 31nb_async_query_prepared.phpt | 58 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 03sync_query.phpt | 21 pg_fetch_array($result, $i, PGSQL_NUM);
|
/PHP-8.1/ext/pgsql/ |
H A D | pgsql.c | 51 #define PGSQL_NUM 1<<1 macro 52 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM) 480 REGISTER_LONG_CONSTANT("PGSQL_NUM", PGSQL_NUM, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION() 1911 if (result_type & PGSQL_NUM) { in php_pgsql_fetch_hash() 1923 if (result_type & PGSQL_NUM) { in php_pgsql_fetch_hash() 1990 php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, PGSQL_NUM, 0); in PHP_FUNCTION() 4065 if (result_type & PGSQL_NUM) { in PHP_FUNCTION() 5798 if (result_type & PGSQL_NUM) { in php_pgsql_result2array() 5808 if (result_type & PGSQL_NUM) { in php_pgsql_result2array()
|
H A D | pgsql.stub.php | 193 …function pg_fetch_row(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_NUM): array|false …
|
Completed in 28 milliseconds