Home
last modified time | relevance | path

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

/PHP-8.3/ext/exif/
H A Dexif.c4504 char tmp[64], *sections_str, *s; in PHP_FUNCTION() local
4520 s = sections_str; in PHP_FUNCTION()
4529 if (strstr(sections_str, tmp)) { in PHP_FUNCTION()
4533 EFREE_IF(sections_str); in PHP_FUNCTION()
4537 if (!sections_str) { in PHP_FUNCTION()
4541 EFREE_IF(sections_str); in PHP_FUNCTION()
4572 if (sections_str) { in PHP_FUNCTION()
4573 …NULL EXIFERR_CC, &ImageInfo, E_NOTICE, "Sections found: %s", sections_str[0] ? sections_str : "Non… in PHP_FUNCTION()
4582 EFREE_IF(sections_str); in PHP_FUNCTION()
4598 exif_iif_add_str(&ImageInfo, SECTION_FILE, "SectionsFound", sections_str ? sections_str : "NONE"); in PHP_FUNCTION()
[all …]

Completed in 16 milliseconds