Home
last modified time | relevance | path

Searched refs:is_unicode (Results 1 – 6 of 6) sorted by relevance

/PHP-7.0/ext/pdo_odbc/
H A Dodbc_stmt.c64 if (is_unicode && buflen) { in pdo_odbc_utf82ucs2()
99 if (is_unicode && buflen) { in pdo_odbc_ucs22utf8()
196 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
350 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
351 if (P->is_unicode) { in odbc_stmt_param_hook()
368 if (P->is_unicode) { in odbc_stmt_param_hook()
371 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
462 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
629 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
720 if (C->is_unicode) { in odbc_stmt_get_col()
[all …]
H A Dphp_pdo_odbc_int.h143 unsigned is_unicode:1; member
163 unsigned is_unicode:1; member
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_connection_status.phpt17 if (!is_unicode($status))
/PHP-7.0/ext/mysqli/tests/
H A Dbug35517.phpt28 !is_unicode($id)) {
H A Dmysqli_info.phpt34 !is_unicode($tmp))
H A Dmysqli_get_warnings.phpt133 !is_unicode($tmp))

Completed in 27 milliseconds