Searched refs:sections_str (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/exif/ |
H A D | exif.c | 4486 char tmp[64], *sections_str, *s; in PHP_FUNCTION() local 4502 s = sections_str; in PHP_FUNCTION() 4511 if (strstr(sections_str, tmp)) { in PHP_FUNCTION() 4515 EFREE_IF(sections_str); in PHP_FUNCTION() 4519 if (!sections_str) { in PHP_FUNCTION() 4523 EFREE_IF(sections_str); in PHP_FUNCTION() 4554 if (sections_str) { in PHP_FUNCTION() 4555 …NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "Non… in PHP_FUNCTION() 4564 EFREE_IF(sections_str); in PHP_FUNCTION() 4580 exif_iif_add_str(&ImageInfo, SECTION_FILE, "SectionsFound", sections_str ? sections_str : "NONE"); in PHP_FUNCTION() [all …]
|
Completed in 15 milliseconds