Home
last modified time | relevance | path

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

/PHP-7.4/ext/exif/
H A Dexif.c4537 char tmp[64], *sections_str, *s; in PHP_FUNCTION() local
4553 s = sections_str; in PHP_FUNCTION()
4562 if (strstr(sections_str, tmp)) { in PHP_FUNCTION()
4566 EFREE_IF(sections_str); in PHP_FUNCTION()
4570 if (!sections_str) { in PHP_FUNCTION()
4574 EFREE_IF(sections_str); in PHP_FUNCTION()
4601 if (sections_str) { in PHP_FUNCTION()
4602 …NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "Non… in PHP_FUNCTION()
4611 EFREE_IF(sections_str); in PHP_FUNCTION()
4627 exif_iif_add_str(&ImageInfo, SECTION_FILE, "SectionsFound", sections_str ? sections_str : "NONE"); in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds