Home
last modified time | relevance | path

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

/PHP-8.2/ext/gd/
H A Dgd.c1357 php_stream *image_stream = php_stream_memory_open(TEMP_STREAM_READONLY, data); in _php_image_type() local
1359 if (image_stream != NULL) { in _php_image_type()
1360 bool is_avif = php_is_image_avif(image_stream); in _php_image_type()
1361 php_stream_close(image_stream); in _php_image_type()

Completed in 12 milliseconds