Lines Matching refs:err
206 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
207 snprintf(buf, sizeof(buf), "Failed to init .Net runtime [%s] %s", where, err); in PHP_FUNCTION()
208 php_win32_error_msg_free(err); in PHP_FUNCTION()
219 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
220 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_FUNCTION()
221 php_win32_error_msg_free(err); in PHP_FUNCTION()
231 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
232 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_FUNCTION()
233 php_win32_error_msg_free(err); in PHP_FUNCTION()
313 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
314 snprintf(buf, sizeof(buf), "Failed to instantiate .Net object [%s] [0x%08x] %s", where, hr, err); in PHP_FUNCTION()
315 php_win32_error_msg_free(err); in PHP_FUNCTION()