Home
last modified time | relevance | path

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

/PHP-5.5/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()
190 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_execute()
343 P->is_unicode = pdo_odbc_sqltype_is_unicode(S, sqltype); in odbc_stmt_param_hook()
344 if (P->is_unicode) { in odbc_stmt_param_hook()
361 if (P->is_unicode) { in odbc_stmt_param_hook()
364 P->outbuf = emalloc(P->len + (P->is_unicode ? 2:1)); in odbc_stmt_param_hook()
449 switch (pdo_odbc_utf82ucs2(stmt, P->is_unicode, in odbc_stmt_param_hook()
596 S->cols[colno].is_unicode ? SQL_C_BINARY : SQL_C_CHAR, in odbc_stmt_describe()
687 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-5.5/ext/mysql/tests/
H A Dmysql_client_encoding.phpt53 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && function_exists('is_unicode')) {
55 if (!is_unicode($default_link_enc) || !is_unicode($link_enc)) {
H A Dmysql_list_processes.phpt27 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row[0])) {
41 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row[0])) {
H A Dmysql_get_client_info.phpt11 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($info)) {
H A Dmysql_db_query.phpt35 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row['label'])) {
50 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row['label'])) {
H A Dmysql_get_host_info.phpt28 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($info)) {
H A Dmysql_get_server_info.phpt28 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($info)) {
H A Dmysql_list_dbs.phpt30 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($row[0])) {
H A Dmysql_stat.phpt28 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($stat)) {
H A Dmysql_unbuffered_query.phpt51 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp['p_version'])) {
68 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp['f_version'])) {
H A Dmysql_query.phpt61 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp['p_version'])) {
78 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp['f_version'])) {
H A Dmysql_db_name.phpt43 if ($unicode && !is_unicode($dbname)) {
H A Dmysql_error.phpt42 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp)) {
H A Dmysql_info.phpt49 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp)) {
H A Dmysql_field_flags.phpt35 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp)) {
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_connection_status.phpt17 if (!is_unicode($status))
/PHP-5.5/ext/mysqli/tests/
H A Dbug35517.phpt27 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($id)) {
H A Dmysqli_info.phpt33 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp))
H A Dmysqli_get_warnings.phpt132 if ((version_compare(PHP_VERSION, '5.9.9', '>') == 1) && !is_unicode($tmp))

Completed in 64 milliseconds