Searched refs:PDO_FETCH_BOTH (Results 1 – 5 of 5) sorted by relevance
71 PDO_FETCH_BOTH, enumerator
752 case PDO_FETCH_BOTH: in do_fetch()932 case PDO_FETCH_BOTH: in do_fetch()1709 stmt->default_fetch_type = PDO_FETCH_BOTH; in pdo_stmt_setup_fetch_mode()1722 case PDO_FETCH_BOTH: in pdo_stmt_setup_fetch_mode()
239 ZVAL_LONG(&const_FETCH_BOTH_value, LONG_CONST(PDO_FETCH_BOTH)); in register_class_PDO()
463 dbh->default_fetch_type = PDO_FETCH_BOTH; in php_pdo_internal_construct_driver()
1199 …if (result_type != PDO_FETCH_BOTH && result_type != PDO_FETCH_ASSOC && result_type != PDO_FETCH_NU… in pgsqlGetNotify_internal()1239 if (result_type == PDO_FETCH_NUM || result_type == PDO_FETCH_BOTH) { in pgsqlGetNotify_internal()1246 if (result_type == PDO_FETCH_ASSOC || result_type == PDO_FETCH_BOTH) { in pgsqlGetNotify_internal()
Completed in 29 milliseconds