Home
last modified time | relevance | path

Searched refs:werr (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c478 char *werr, *msg; in PHP_FUNCTION() local
480 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
482 php_win32_error_msg_free(werr); in PHP_FUNCTION()
1066 char *werr, *msg; in PHP_FUNCTION() local
1068 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
1069 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1070 php_win32_error_msg_free(werr); in PHP_FUNCTION()
1100 char *werr, *msg; in PHP_FUNCTION() local
1102 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
1103 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
[all …]
H A Dcom_com.c237 char *werr, *msg; in PHP_FUNCTION() local
239 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
240 spprintf(&msg, 0, "Failed to create COM object `%s': %s", module_name, werr); in PHP_FUNCTION()
241 php_win32_error_msg_free(werr); in PHP_FUNCTION()

Completed in 12 milliseconds