Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/
H A Dgd.c1507 php_stream *image_stream = php_stream_memory_open(TEMP_STREAM_READONLY, data); in _php_image_type() local
1509 if (image_stream != NULL) { in _php_image_type()
1510 bool is_avif = php_is_image_avif(image_stream); in _php_image_type()
1511 php_stream_close(image_stream); in _php_image_type()

Completed in 16 milliseconds