Searched refs:CP_UTF8 (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/com_dotnet/tests/ |
H A D | bug66431_1.phpt | 2 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 D | bug63208.phpt | 8 $variant = new VARIANT($string, VT_ARRAY | VT_UI1, CP_UTF8); // Array of bytes
|
H A D | bug66431_0.phpt | 2 Bug #66431 Special Character via COM Interface (CP_UTF8), Scripting.FileSystemObject
|
/PHP-8.3/ext/com_dotnet/ |
H A D | com_olechar.c | 32 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 D | com_extension.stub.php | 176 const CP_UTF8 = UNKNOWN; define
|
H A D | com_extension_arginfo.h | 275 REGISTER_LONG_CONSTANT("CP_UTF8", CP_UTF8, CONST_PERSISTENT); in register_com_extension_symbols()
|
/PHP-8.3/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 64 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 D | codepage.c | 84 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 24 milliseconds