Home
last modified time | relevance | path

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

/PHP-8.3/ext/pdo/
H A Dphp_pdo_driver.h346 PDO_PARAM_EVT_FETCH_PRE, enumerator
H A Dpdo_dbh_arginfo.h191 ZVAL_LONG(&const_PARAM_EVT_FETCH_PRE_value, LONG_CONST(PDO_PARAM_EVT_FETCH_PRE)); in register_class_PDO()
H A Dpdo_stmt.c573 if (!dispatch_param_event(stmt, PDO_PARAM_EVT_FETCH_PRE)) { in do_fetch_common()
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_statement.c308 case PDO_PARAM_EVT_FETCH_PRE: in pgsql_stmt_param_hook()
H A Dpgsql_driver.c1264 1 << PDO_PARAM_EVT_FETCH_PRE | in pdo_pgsql_handle_factory()
/PHP-8.3/ext/pdo_odbc/
H A Dodbc_stmt.c299 case PDO_PARAM_EVT_FETCH_PRE: in odbc_stmt_param_hook()
/PHP-8.3/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()
/PHP-8.3/ext/pdo_mysql/
H A Dmysql_driver.c726 1 << PDO_PARAM_EVT_FETCH_PRE |
H A Dmysql_statement.c539 case PDO_PARAM_EVT_FETCH_PRE: in pdo_mysql_stmt_param_hook()

Completed in 34 milliseconds