Searched refs:CP_ACP (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/com_dotnet/ |
H A D | com_extension.stub.php | 156 const CP_ACP = UNKNOWN; define 358 … public function __construct(mixed $value = null, int $type = VT_EMPTY, int $codepage = CP_ACP) {} 363 …ing $module_name, array|string|null $server_name = null, int $codepage = CP_ACP, string $typelib =… 369 …ublic function __construct(string $assembly_name, string $datatype_name, int $codepage = CP_ACP) {}
|
H A D | com_variant.c | 438 zend_long codepage = CP_ACP; in PHP_METHOD() 555 int codepage = CP_ACP; in variant_binary_operation() 750 int codepage = CP_ACP; in variant_unary_operation() 841 int codepage = CP_ACP; in PHP_FUNCTION() 875 int codepage = CP_ACP; in PHP_FUNCTION() 1005 php_com_wrap_variant(return_value, &res, CP_ACP); in PHP_FUNCTION()
|
H A D | com_extension.c | 169 com_dotnet_globals->code_page = CP_ACP; in PHP_INI_END()
|
H A D | com_extension_arginfo.h | 271 REGISTER_LONG_CONSTANT("CP_ACP", CP_ACP, CONST_PERSISTENT); in register_com_extension_symbols()
|
H A D | com_handlers.c | 626 obj->code_page = CP_ACP; in php_com_object_new()
|
H A D | com_typeinfo.c | 367 …R *olename = php_com_string_to_olestring(ZSTR_VAL(dispatch_name), ZSTR_LEN(dispatch_name), CP_ACP); in php_com_locate_typeinfo()
|
H A D | com_com.c | 664 RETVAL_STR(php_com_olestring_to_string(guid_string, CP_ACP)); in PHP_FUNCTION()
|
/PHP-8.3/win32/ |
H A D | codepage.c | 344 case CP_ACP: in php_win32_cp_get_by_id()
|
Completed in 18 milliseconds