Home
last modified time | relevance | path

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

/PHP-8.2/ext/exif/tests/
H A Dbug76409.phpt2 Bug #76409 (heap use after free in _php_stream_free)
/PHP-8.2/main/
H A Dphp_streams.h304 PHPAPI int _php_stream_free(php_stream *stream, int close_options);
305 #define php_stream_free(stream, close_options) _php_stream_free((stream), (close_options))
306 #define php_stream_close(stream) _php_stream_free((stream), PHP_STREAM_FREE_CLOSE)
307 #define php_stream_pclose(stream) _php_stream_free((stream), PHP_STREAM_FREE_CLOSE_PERSISTENT)
/PHP-8.2/main/streams/
H A Dstreams.c365 PHPAPI int _php_stream_free(php_stream *stream, int close_options) /* {{{ */ in _php_stream_free() function

Completed in 18 milliseconds