Home
last modified time | relevance | path

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

/PHP-7.1/ext/exif/
H A Dexif.c3995 char tmp[64], *sections_str, *s; in PHP_FUNCTION() local
4006 s = sections_str; in PHP_FUNCTION()
4015 if (strstr(sections_str, tmp)) { in PHP_FUNCTION()
4019 EFREE_IF(sections_str); in PHP_FUNCTION()
4023 if (!sections_str) { in PHP_FUNCTION()
4027 EFREE_IF(sections_str); in PHP_FUNCTION()
4035 if (sections_str) in PHP_FUNCTION()
4036 …NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "Non… in PHP_FUNCTION()
4044 EFREE_IF(sections_str); in PHP_FUNCTION()
4060 exif_iif_add_str(&ImageInfo, SECTION_FILE, "SectionsFound", sections_str ? sections_str : "NONE"); in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds