Home
last modified time | relevance | path

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

/PHP-7.4/ext/pgsql/tests/
H A D80_bug27597.phpt24 function xi_fetch_array($res, $type = PGSQL_ASSOC) {
H A D08escape.phpt54 $row = pg_fetch_array($result, 0, PGSQL_ASSOC);
/PHP-7.4/ext/pgsql/
H A Dpgsql.c51 #define PGSQL_ASSOC 1<<0 macro
53 #define PGSQL_BOTH (PGSQL_ASSOC|PGSQL_NUM)
2740 result_type = PGSQL_ASSOC;
2792 if (result_type & PGSQL_ASSOC) {
2805 if (result_type & PGSQL_ASSOC) {
2912 long result_type = PGSQL_ASSOC;
5301 zend_long result_type = PGSQL_ASSOC;
5340 if (result_type & PGSQL_ASSOC) {
7079 if (result_type & PGSQL_ASSOC) {
7089 if (result_type & PGSQL_ASSOC) {
[all …]

Completed in 24 milliseconds