mirror of
https://github.com/php/php-src.git
synced 2025-01-10 13:03:54 +08:00
Fixed compiler warning
This commit is contained in:
parent
2d2f18dedc
commit
bf0ef43d30
@ -3893,7 +3893,7 @@ PHP_FUNCTION(exif_read_data)
|
||||
image_info_type ImageInfo;
|
||||
char tmp[64], *sections_str = NULL, *p_sections_needed = NULL, *s;
|
||||
char *filename;
|
||||
int filename_len, sections_str_len = 0;
|
||||
int filename_len;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "Z|sbb", &p_name, &p_sections_needed, &p_sections_needed_len, &sub_arrays, &read_thumbnail) == FAILURE) {
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user