Home
last modified time | relevance | path

Searched refs:CP_UTF8 (Results 1 – 8 of 8) sorted by relevance

/PHP-8.3/ext/com_dotnet/tests/
H A Dbug66431_1.phpt2 Bug #66431 Special Character via COM Interface (CP_UTF8), Application.Word
8 new COM("word.application", NULL, CP_UTF8);
22 $Wrd = new COM("word.application", NULL, CP_UTF8);
30 $Wrd = new COM("word.application", NULL, CP_UTF8);
H A Dbug63208.phpt8 $variant = new VARIANT($string, VT_ARRAY | VT_UI1, CP_UTF8); // Array of bytes
H A Dbug66431_0.phpt2 Bug #66431 Special Character via COM Interface (CP_UTF8), Scripting.FileSystemObject
/PHP-8.3/ext/com_dotnet/
H A Dcom_olechar.c32 DWORD flags = codepage == CP_UTF8 ? 0 : MB_PRECOMPOSED | MB_ERR_INVALID_CHARS; in php_com_string_to_olestring()
103 DWORD flags = codepage == CP_UTF8 ? 0 : MB_PRECOMPOSED | MB_ERR_INVALID_CHARS; in php_com_string_to_bstr()
H A Dcom_extension.stub.php176 const CP_UTF8 = UNKNOWN; define
H A Dcom_extension_arginfo.h275 REGISTER_LONG_CONSTANT("CP_UTF8", CP_UTF8, CONST_PERSISTENT); in register_com_extension_symbols()
/PHP-8.3/ext/pdo_odbc/
H A Dodbc_stmt.c64 ret = MultiByteToWideChar(CP_UTF8, 0, buf, buflen, NULL, 0); in pdo_odbc_utf82ucs2()
77 …ret = MultiByteToWideChar(CP_UTF8, 0, buf, buflen, (LPWSTR)S->convbuf, S->convbufsize / sizeof(WCH… in pdo_odbc_utf82ucs2()
99 …ret = WideCharToMultiByte(CP_UTF8, 0, (LPCWSTR) Z_STRVAL_P(result), Z_STRLEN_P(result)/sizeof(WCHA… in pdo_odbc_ucs22utf8()
105 …ret = WideCharToMultiByte(CP_UTF8, 0, (LPCWSTR) Z_STRVAL_P(result), Z_STRLEN_P(result)/sizeof(WCHA… in pdo_odbc_ucs22utf8()
/PHP-8.3/win32/
H A Dcodepage.c84 return php_win32_cp_to_w_int(in, in_len, out_len, CP_UTF8, MB_ERR_INVALID_CHARS); in php_win32_cp_conv_utf8_to_w()
291 return php_win32_cp_from_w_int(in, in_len, out_len, CP_UTF8, WC_ERR_INVALID_CHARS); in php_win32_cp_conv_w_to_utf8()

Completed in 14 milliseconds