Searched refs:PGSQL_NUM (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/pgsql/tests/ |
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 | 40 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 30nb_async_query_params.phpt | 39 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 04async_query.phpt | 34 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | pg_select_001.phpt | 38 var_dump(pg_select($conn, "{$schema_name}.bar", array('id4' => 4), 0, 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 | 54 pg_fetch_array($result, $i, PGSQL_NUM);
|
H A D | 03sync_query.phpt | 24 pg_fetch_array($result, $i, PGSQL_NUM);
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 44 const PGSQL_NUM = UNKNOWN; define 632 …function pg_fetch_row(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_NUM): array|false …
|
H A D | pgsql.c | 51 #define PGSQL_NUM 1<<1 macro 52 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM) 2018 if (result_type & PGSQL_NUM) { in php_pgsql_fetch_hash() 2030 if (result_type & PGSQL_NUM) { in php_pgsql_fetch_hash() 2070 php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, PGSQL_NUM, 0); in PHP_FUNCTION() 4326 if (result_type & PGSQL_NUM) { in PHP_FUNCTION() 6019 if (result_type & PGSQL_NUM) { in php_pgsql_result2array() 6029 if (result_type & PGSQL_NUM) { in php_pgsql_result2array()
|
H A D | pgsql_arginfo.h | 752 REGISTER_LONG_CONSTANT("PGSQL_NUM", PGSQL_NUM, CONST_PERSISTENT); in register_pgsql_symbols()
|
Completed in 29 milliseconds