Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dphp_pdo_driver.h70 PDO_FETCH_BOTH, enumerator
H A Dpdo_stmt.c757 case PDO_FETCH_BOTH: in do_fetch()
937 case PDO_FETCH_BOTH: in do_fetch()
1714 stmt->default_fetch_type = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode()
1727 case PDO_FETCH_BOTH: in pdo_stmt_setup_fetch_mode()
H A Dpdo_dbh_arginfo.h240 ZVAL_LONG(&const_FETCH_BOTH_value, LONG_CONST(PDO_FETCH_BOTH)); in register_class_PDO()
H A Dpdo_dbh.c431 dbh->default_fetch_type = PDO_FETCH_BOTH; in internal_construct()
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c1140 …if (result_type != PDO_FETCH_BOTH && result_type != PDO_FETCH_ASSOC && result_type != PDO_FETCH_NU… in pgsqlGetNotify_internal()
1180 if (result_type == PDO_FETCH_NUM || result_type == PDO_FETCH_BOTH) { in pgsqlGetNotify_internal()
1187 if (result_type == PDO_FETCH_ASSOC || result_type == PDO_FETCH_BOTH) { in pgsqlGetNotify_internal()

Completed in 37 milliseconds