Searched refs:PDO_PARAM_EVT_FETCH_PRE (Results 1 – 10 of 10) sorted by relevance
346 PDO_PARAM_EVT_FETCH_PRE, enumerator
1365 REGISTER_PDO_CLASS_CONST_LONG("PARAM_EVT_FETCH_PRE", (zend_long)PDO_PARAM_EVT_FETCH_PRE); in pdo_dbh_init()
574 if (!dispatch_param_event(stmt, PDO_PARAM_EVT_FETCH_PRE)) { in do_fetch_common()
308 case PDO_PARAM_EVT_FETCH_PRE: in pgsql_stmt_param_hook()
1245 1 << PDO_PARAM_EVT_FETCH_PRE | in pdo_pgsql_handle_factory()
290 case PDO_PARAM_EVT_FETCH_PRE: in odbc_stmt_param_hook()
539 case PDO_PARAM_EVT_FETCH_PRE: in pdo_mysql_stmt_param_hook()
726 1 << PDO_PARAM_EVT_FETCH_PRE |
742 1 << PDO_PARAM_EVT_FETCH_PRE | in pdo_oci_handle_factory()
291 case PDO_PARAM_EVT_FETCH_PRE: in oci_stmt_param_hook()
Completed in 51 milliseconds