Searched refs:image_stream (Results 1 – 1 of 1) sorted by relevance
1362 php_stream *image_stream = php_stream_memory_open(TEMP_STREAM_READONLY, data); in _php_image_type() local1364 if (image_stream != NULL) { in _php_image_type()1365 bool is_avif = php_is_image_avif(image_stream); in _php_image_type()1366 php_stream_close(image_stream); in _php_image_type()
Completed in 14 milliseconds