Home
last modified time | relevance | path

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

/PHP-8.0/ext/com_dotnet/
H A Dcom_variant.c475 char *werr, *msg; in PHP_METHOD() local
477 werr = php_win32_error_to_msg(res); in PHP_METHOD()
479 php_win32_error_msg_free(werr); in PHP_METHOD()
1038 char *werr, *msg; in PHP_FUNCTION() local
1040 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
1041 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1042 php_win32_error_msg_free(werr); in PHP_FUNCTION()
1071 char *werr, *msg; in PHP_FUNCTION() local
1073 werr = php_win32_error_to_msg(res); in PHP_FUNCTION()
1074 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
[all …]
H A Dcom_com.c218 char *werr, *msg; in PHP_METHOD() local
220 werr = php_win32_error_to_msg(res); in PHP_METHOD()
221 spprintf(&msg, 0, "Failed to create COM object `%s': %s", module_name, werr); in PHP_METHOD()
222 php_win32_error_msg_free(werr); in PHP_METHOD()

Completed in 11 milliseconds