Searched refs:PDO_PARAM_STR (Results 1 – 10 of 10) sorted by relevance
209 case PDO_PARAM_STR: in pdo_sqlite_stmt_param_hook()299 stmt->columns[colno].param_type = PDO_PARAM_STR; in pdo_sqlite_stmt_describe()
407 param->param_type = PDO_PARAM_STR; in pgsql_stmt_param_hook()514 cols[colno].param_type = PDO_PARAM_STR; in pgsql_stmt_describe()523 cols[colno].param_type = PDO_PARAM_STR; in pgsql_stmt_describe()596 case PDO_PARAM_STR: in pgsql_stmt_get_col()
332 case PDO_PARAM_STR: in oci_stmt_param_hook()570 col->param_type = PDO_PARAM_STR; in oci_stmt_describe()607 col->param_type = PDO_PARAM_STR; in oci_stmt_describe()976 add_assoc_long(return_value, "pdo_type", PDO_PARAM_STR); in oci_stmt_col_meta()
232 col->param_type = PDO_PARAM_STR; in firebird_stmt_describe()248 col->param_type = PDO_PARAM_STR; in firebird_stmt_describe()756 case PDO_PARAM_STR: in firebird_stmt_param_hook()
307 …if (PDO_PARAM_TYPE(param->param_type) == PDO_PARAM_STR && param->max_value_len <= 0 && !Z_ISNULL_P… in really_register_bound_param()466 param.param_type = PDO_PARAM_STR; in PHP_METHOD()589 if (stmt->dbh->stringify || new_type == PDO_PARAM_STR) { in fetch_value()601 } else if (!stmt->dbh->stringify && new_type != PDO_PARAM_STR) { in fetch_value()625 case PDO_PARAM_STR: in fetch_value()642 case PDO_PARAM_STR: in fetch_value()1531 zend_long param_type = PDO_PARAM_STR; in register_bound_param()1575 zend_long param_type = PDO_PARAM_STR; in PHP_METHOD()
58 PDO_PARAM_STR, enumerator
1156 zend_long paramtype = PDO_PARAM_STR; in PHP_METHOD()1411 REGISTER_PDO_CLASS_CONST_LONG("PARAM_STR", (zend_long)PDO_PARAM_STR); in pdo_dbh_init()
547 add_assoc_long(return_value, "pdo_type", PDO_PARAM_STR); in pdo_dblib_stmt_get_column_meta()
720 cols[i].param_type = PDO_PARAM_STR; in pdo_mysql_stmt_describe()887 add_assoc_long(return_value, "pdo_type", PDO_PARAM_STR); in pdo_mysql_stmt_col_meta()
622 col->param_type = PDO_PARAM_STR; in odbc_stmt_describe()
Completed in 37 milliseconds