Searched refs:PGSQL_ASSOC (Results 1 – 5 of 5) sorted by relevance
/PHP-8.2/ext/pgsql/tests/ |
H A D | 80_bug27597.phpt | 26 function xi_fetch_array($res, $type = PGSQL_ASSOC) {
|
H A D | 08escape.phpt | 56 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
|
/PHP-8.2/ext/pgsql/ |
H A D | pgsql.stub.php | 39 const PGSQL_ASSOC = UNKNOWN; define 595 function pg_fetch_all(PgSql\Result $result, int $mode = PGSQL_ASSOC): array {} 857 function pg_get_notify(PgSql\Connection $connection, int $mode = PGSQL_ASSOC): array|false {} 896 …able_name, array $conditions, int $flags = PGSQL_DML_EXEC, int $mode = PGSQL_ASSOC): array|string|…
|
H A D | pgsql.c | 49 #define PGSQL_ASSOC 1<<0 macro 51 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM) 1776 result_type = PGSQL_ASSOC; in php_pgsql_fetch_hash() 1820 if (result_type & PGSQL_ASSOC) { in php_pgsql_fetch_hash() 1833 if (result_type & PGSQL_ASSOC) { in php_pgsql_fetch_hash() 1931 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION() 3947 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION() 3979 if (result_type & PGSQL_ASSOC) { in PHP_FUNCTION() 5701 if (result_type & PGSQL_ASSOC) { in php_pgsql_result2array() 5711 if (result_type & PGSQL_ASSOC) { in php_pgsql_result2array() [all …]
|
H A D | pgsql_arginfo.h | 683 REGISTER_LONG_CONSTANT("PGSQL_ASSOC", PGSQL_ASSOC, CONST_PERSISTENT); in register_pgsql_symbols()
|
Completed in 27 milliseconds