Searched refs:sections_str (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/exif/ |
H A D | exif.c | 4524 char tmp[64], *sections_str, *s; in PHP_FUNCTION() local 4540 s = sections_str; in PHP_FUNCTION() 4549 if (strstr(sections_str, tmp)) { in PHP_FUNCTION() 4553 EFREE_IF(sections_str); in PHP_FUNCTION() 4557 if (!sections_str) { in PHP_FUNCTION() 4561 EFREE_IF(sections_str); in PHP_FUNCTION() 4592 if (sections_str) { in PHP_FUNCTION() 4593 …NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "Non… in PHP_FUNCTION() 4602 EFREE_IF(sections_str); in PHP_FUNCTION() 4618 exif_iif_add_str(&ImageInfo, SECTION_FILE, "SectionsFound", sections_str ? sections_str : "NONE"); in PHP_FUNCTION() [all …]
|
Completed in 16 milliseconds