Searched refs:PGSQL_ASSOC (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/pgsql/tests/ |
H A D | 80_bug27597.phpt | 26 function xi_fetch_array($res, $type = PGSQL_ASSOC) {
|
H A D | 08escape.phpt | 59 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 39 const PGSQL_ASSOC = UNKNOWN; define 653 function pg_fetch_all(PgSql\Result $result, int $mode = PGSQL_ASSOC): array {} 913 function pg_get_notify(PgSql\Connection $connection, int $mode = PGSQL_ASSOC): array|false {} 952 …name, array $conditions = [], int $flags = PGSQL_DML_EXEC, int $mode = PGSQL_ASSOC): array|string|…
|
H A D | pgsql.c | 50 #define PGSQL_ASSOC 1<<0 macro 52 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM) 1974 result_type = PGSQL_ASSOC; in php_pgsql_fetch_hash() 2021 if (result_type & PGSQL_ASSOC) { in php_pgsql_fetch_hash() 2034 if (result_type & PGSQL_ASSOC) { in php_pgsql_fetch_hash() 2105 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION() 4300 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION() 4334 if (result_type & PGSQL_ASSOC) { in PHP_FUNCTION() 6016 if (result_type & PGSQL_ASSOC) { in php_pgsql_result2array() 6026 if (result_type & PGSQL_ASSOC) { in php_pgsql_result2array() [all …]
|
H A D | pgsql_arginfo.h | 751 REGISTER_LONG_CONSTANT("PGSQL_ASSOC", PGSQL_ASSOC, CONST_PERSISTENT); in register_pgsql_symbols()
|
Completed in 27 milliseconds