mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
Fixed compilation error
This commit is contained in:
@@ -4455,7 +4455,7 @@ PHP_FUNCTION(exif_read_data)
|
||||
convert_to_string(stream);
|
||||
|
||||
if (!Z_STRLEN_P(stream)) {
|
||||
exif_error_docref(NULL, EXIFERR_CC, &ImageInfo, E_WARNING, "Filename cannot be empty");
|
||||
exif_error_docref(NULL EXIFERR_CC, &ImageInfo, E_WARNING, "Filename cannot be empty");
|
||||
|
||||
RETURN_FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user