We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffe4cf commit 1630e17Copy full SHA for 1630e17
ext/standard/md5.c
@@ -90,7 +90,7 @@ PHP_NAMED_FUNCTION(php_if_md5_file)
90
}
91
92
if ((fp = VCWD_FOPEN(Z_STRVAL_PP(arg), "rb")) == NULL) {
93
- php_error(E_WARNING, "md5_file(): Unable to open file");
+ php_error(E_WARNING, "%s(): Unable to open file", get_active_function_name (TSRMLS_C));
94
RETURN_FALSE;
95
96
ext/standard/sha1.c
@@ -88,7 +88,7 @@ PHP_FUNCTION(sha1_file)
88
89
0 commit comments