Searched refs:image_stream (Results 1 – 1 of 1) sorted by relevance
1387 php_stream *image_stream = php_stream_memory_open(TEMP_STREAM_READONLY, data); in _php_image_type() local1389 if (image_stream != NULL) { in _php_image_type()1390 bool is_avif = php_is_image_avif(image_stream); in _php_image_type()1391 php_stream_close(image_stream); in _php_image_type()
Completed in 16 milliseconds