Home
last modified time | relevance | path

Searched refs:PGSQL_ASSOC (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/pgsql/tests/
H A D80_bug27597.phpt26 function xi_fetch_array($res, $type = PGSQL_ASSOC) {
H A D08escape.phpt59 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
/php-src/ext/pgsql/
H A Dpgsql.stub.php39 const PGSQL_ASSOC = UNKNOWN; define
642 function pg_fetch_all(PgSql\Result $result, int $mode = PGSQL_ASSOC): array {}
902 function pg_get_notify(PgSql\Connection $connection, int $mode = PGSQL_ASSOC): array|false {}
941 …name, array $conditions = [], int $flags = PGSQL_DML_EXEC, int $mode = PGSQL_ASSOC): array|string|…
H A Dpgsql.c49 #define PGSQL_ASSOC 1<<0 macro
51 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM)
1798 result_type = PGSQL_ASSOC; in php_pgsql_fetch_hash()
1842 if (result_type & PGSQL_ASSOC) { in php_pgsql_fetch_hash()
1855 if (result_type & PGSQL_ASSOC) { in php_pgsql_fetch_hash()
1926 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION()
4018 zend_long result_type = PGSQL_ASSOC; in PHP_FUNCTION()
4050 if (result_type & PGSQL_ASSOC) { in PHP_FUNCTION()
5774 if (result_type & PGSQL_ASSOC) { in php_pgsql_result2array()
5784 if (result_type & PGSQL_ASSOC) { in php_pgsql_result2array()
[all …]
H A Dpgsql_arginfo.h696 REGISTER_LONG_CONSTANT("PGSQL_ASSOC", PGSQL_ASSOC, CONST_PERSISTENT); in register_pgsql_symbols()

Completed in 26 milliseconds