Home
last modified time | relevance | path

Searched refs:sections_str (Results 1 – 1 of 1) sorted by relevance

/PHP-7.0/ext/exif/
H A Dexif.c3970 char tmp[64], *sections_str, *s; in PHP_FUNCTION() local
3981 s = sections_str; in PHP_FUNCTION()
3990 if (strstr(sections_str, tmp)) { in PHP_FUNCTION()
3994 EFREE_IF(sections_str); in PHP_FUNCTION()
3998 if (!sections_str) { in PHP_FUNCTION()
4002 EFREE_IF(sections_str); in PHP_FUNCTION()
4010 if (sections_str) in PHP_FUNCTION()
4011 …NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "Non… in PHP_FUNCTION()
4019 EFREE_IF(sections_str); in PHP_FUNCTION()
4035 exif_iif_add_str(&ImageInfo, SECTION_FILE, "SectionsFound", sections_str ? sections_str : "NONE"); in PHP_FUNCTION()
[all …]

Completed in 23 milliseconds