Lines Matching refs:err
207 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
208 snprintf(buf, sizeof(buf), "Failed to init .Net runtime [%s] %s", where, err); in PHP_FUNCTION()
209 if (err) in PHP_FUNCTION()
210 LocalFree(err); in PHP_FUNCTION()
221 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
222 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_FUNCTION()
223 if (err) in PHP_FUNCTION()
224 LocalFree(err); in PHP_FUNCTION()
234 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
235 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_FUNCTION()
236 if (err) in PHP_FUNCTION()
237 LocalFree(err); in PHP_FUNCTION()
316 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
317 snprintf(buf, sizeof(buf), "Failed to instantiate .Net object [%s] [0x%08x] %s", where, hr, err); in PHP_FUNCTION()
318 if (err && err[0]) { in PHP_FUNCTION()
319 LocalFree(err); in PHP_FUNCTION()