Searched refs:PDO_PARAM_INT (Results 1 – 10 of 10) sorted by relevance
502 cols[colno].param_type = PDO_PARAM_INT; in pgsql_stmt_describe()507 cols[colno].param_type = PDO_PARAM_INT; in pgsql_stmt_describe()512 cols[colno].param_type = PDO_PARAM_INT; in pgsql_stmt_describe()549 case PDO_PARAM_INT: in pgsql_stmt_get_col()
146 case PDO_PARAM_INT: in pdo_sqlite_stmt_param_hook()
55 PDO_PARAM_INT, enumerator
282 case PDO_PARAM_INT:
318 …} else if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_INT && (Z_TYPE_P(parameter) == IS_FALSE … in really_register_bound_param()568 case PDO_PARAM_INT: in fetch_value()636 case PDO_PARAM_INT: in fetch_value()
1410 REGISTER_PDO_CLASS_CONST_LONG("PARAM_INT", (zend_long)PDO_PARAM_INT); in pdo_dbh_init()
544 add_assoc_long(return_value, "pdo_type", PDO_PARAM_INT); in pdo_dblib_stmt_get_column_meta()
240 col->param_type = PDO_PARAM_INT; in firebird_stmt_describe()761 case PDO_PARAM_INT: in firebird_stmt_param_hook()
327 case PDO_PARAM_INT: in odbc_stmt_param_hook()
884 add_assoc_long(return_value, "pdo_type", PDO_PARAM_INT); in pdo_mysql_stmt_col_meta()
Completed in 29 milliseconds