Searched refs:PDO_PARAM_INT (Results 1 – 7 of 7) sorted by relevance
465 cols[colno].param_type = PDO_PARAM_INT; in pgsql_stmt_describe()470 cols[colno].param_type = PDO_PARAM_INT; in pgsql_stmt_describe()475 cols[colno].param_type = PDO_PARAM_INT; in pgsql_stmt_describe()512 case PDO_PARAM_INT: in pgsql_stmt_get_col()
107 case PDO_PARAM_INT: in pdo_sqlite_stmt_param_hook()
55 PDO_PARAM_INT, enumerator
328 …} else if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_INT && Z_TYPE_P(param->parameter) == IS_… in really_register_bound_param()578 case PDO_PARAM_INT: in fetch_value()653 case PDO_PARAM_INT: in fetch_value()
1420 REGISTER_PDO_CLASS_CONST_LONG("PARAM_INT", (long)PDO_PARAM_INT); in pdo_dbh_init()
603 case PDO_PARAM_INT: in firebird_stmt_param_hook()
863 add_assoc_long(return_value, "pdo_type", PDO_PARAM_INT);
Completed in 29 milliseconds