Home
last modified time | relevance | path

Searched refs:PDO_PARAM_EVT_FETCH_PRE (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/pdo/
H A Dphp_pdo_driver.h346 PDO_PARAM_EVT_FETCH_PRE, enumerator
H A Dpdo_dbh.c1365 REGISTER_PDO_CLASS_CONST_LONG("PARAM_EVT_FETCH_PRE", (zend_long)PDO_PARAM_EVT_FETCH_PRE); in pdo_dbh_init()
H A Dpdo_stmt.c574 if (!dispatch_param_event(stmt, PDO_PARAM_EVT_FETCH_PRE)) { in do_fetch_common()
/PHP-8.1/ext/pdo_pgsql/
H A Dpgsql_statement.c308 case PDO_PARAM_EVT_FETCH_PRE: in pgsql_stmt_param_hook()
H A Dpgsql_driver.c1245 1 << PDO_PARAM_EVT_FETCH_PRE | in pdo_pgsql_handle_factory()
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_stmt.c290 case PDO_PARAM_EVT_FETCH_PRE: in odbc_stmt_param_hook()
/PHP-8.1/ext/pdo_mysql/
H A Dmysql_statement.c539 case PDO_PARAM_EVT_FETCH_PRE: in pdo_mysql_stmt_param_hook()
H A Dmysql_driver.c726 1 << PDO_PARAM_EVT_FETCH_PRE |
/PHP-8.1/ext/pdo_oci/
H A Doci_driver.c742 1 << PDO_PARAM_EVT_FETCH_PRE | in pdo_oci_handle_factory()
H A Doci_statement.c291 case PDO_PARAM_EVT_FETCH_PRE: in oci_stmt_param_hook()

Completed in 62 milliseconds