Searched refs:PDO_PARAM_EVT_FETCH_PRE (Results 1 – 7 of 7) sorted by relevance
350 PDO_PARAM_EVT_FETCH_PRE, enumerator
1416 REGISTER_PDO_CLASS_CONST_LONG("PARAM_EVT_FETCH_PRE", (zend_long)PDO_PARAM_EVT_FETCH_PRE); in pdo_dbh_init()
678 if (!dispatch_param_event(stmt, PDO_PARAM_EVT_FETCH_PRE)) { in do_fetch_common()
305 case PDO_PARAM_EVT_FETCH_PRE: in pgsql_stmt_param_hook()
296 case PDO_PARAM_EVT_FETCH_PRE: in odbc_stmt_param_hook()
602 case PDO_PARAM_EVT_FETCH_PRE: in pdo_mysql_stmt_param_hook()
299 case PDO_PARAM_EVT_FETCH_PRE: in oci_stmt_param_hook()
Completed in 44 milliseconds