Home
last modified time | relevance | path

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

/php-src/ext/pdo/
H A Dphp_pdo_driver.h346 PDO_PARAM_EVT_FETCH_PRE, enumerator
H A Dpdo_dbh_arginfo.h198 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-src/ext/pdo_pgsql/
H A Dpgsql_statement.c312 case PDO_PARAM_EVT_FETCH_PRE: in pgsql_stmt_param_hook()
H A Dpgsql_driver.c1292 1 << PDO_PARAM_EVT_FETCH_PRE | in pdo_pgsql_handle_factory()
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c299 case PDO_PARAM_EVT_FETCH_PRE: in odbc_stmt_param_hook()
/php-src/ext/pdo_mysql/
H A Dmysql_driver.c730 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 58 milliseconds