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 if (err) in PHP_FUNCTION()
209 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()
311 char *err = php_win32_error_to_msg(hr); in PHP_FUNCTION() local
312 snprintf(buf, sizeof(buf), "Failed to instantiate .Net object [%s] [0x%08x] %s", where, hr, err); in PHP_FUNCTION()
313 if (err && err[0]) { in PHP_FUNCTION()
314 LocalFree(err); in PHP_FUNCTION()