Searched defs:codepage (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/com_dotnet/ |
H A D | com_olechar.c | 29 …OTNET_API OLECHAR *php_com_string_to_olestring(const char *string, size_t string_len, int codepage) in php_com_string_to_olestring() 70 …_DOTNET_API char *php_com_olestring_to_string(OLECHAR *olestring, size_t *string_len, int codepage) in php_com_olestring_to_string() 105 BSTR php_com_string_to_bstr(zend_string *string, int codepage) in php_com_string_to_bstr() 132 zend_string *php_com_bstr_to_string(BSTR bstr, int codepage) in php_com_bstr_to_string()
|
H A D | com_variant.c | 31 static void safe_array_from_zval(VARIANT *v, zval *z, int codepage) in safe_array_from_zval() 95 PHP_COM_DOTNET_API void php_com_variant_from_zval(VARIANT *v, zval *z, int codepage) in php_com_variant_from_zval() 175 PHP_COM_DOTNET_API int php_com_zval_from_variant(zval *z, VARIANT *v, int codepage) in php_com_zval_from_variant() 427 zend_long codepage = CP_ACP; in PHP_METHOD() local 544 int codepage = CP_ACP; in variant_binary_operation() local 739 int codepage = CP_ACP; in variant_unary_operation() local 830 int codepage = CP_ACP; in PHP_FUNCTION() local 864 int codepage = CP_ACP; in PHP_FUNCTION() local
|
H A D | com_misc.c | 46 int codepage) in php_com_wrap_dispatch() 69 int codepage) in php_com_wrap_variant()
|
H A D | com_typeinfo.c | 61 PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib(char *search_string, int codepage) in php_com_load_typelib() 179 PHP_COM_DOTNET_API int php_com_import_typelib(ITypeLib *TL, int mode, int codepage) in php_com_import_typelib() 263 PHP_COM_DOTNET_API ITypeLib *php_com_load_typelib_via_cache(const char *search_string, int codepage) in php_com_load_typelib_via_cache() 460 static char *php_com_string_from_clsid(const CLSID *clsid, int codepage) in php_com_string_from_clsid() 473 …rocess_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, int codepage) in php_com_process_typeinfo()
|
H A D | com_extension.stub.php | 57 function com_get_active_object(string $prog_id, ?int $codepage = null): variant {} 71 … public function __construct(mixed $value = null, int $type = VT_EMPTY, int $codepage = CP_ACP) {} 76 …construct(string $module_name, array|string|null $server_name = null, int $codepage = CP_ACP, stri… 82 …public function __construct(string $assembly_name, string $datatype_name, int $codepage = CP_ACP) …
|
H A D | com_com.c | 818 int codepage = COMG(code_page); in PHP_FUNCTION() local
|
H A D | com_persist.c | 287 long codepage; member
|
/PHP-8.0/ext/standard/ |
H A D | basic_functions.stub.php | 1486 function sapi_windows_cp_set(int $codepage): bool {}
|
Completed in 61 milliseconds