Home
last modified time | relevance | path

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

/PHP-7.2/main/streams/
H A Dstreams.c330 close_options | PHP_STREAM_FREE_IGNORE_ENCLOSING); in _php_stream_free_enclosed()
347 if (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) in _php_stream_pretty_free_options()
391 …if ((stream->in_free == 1) && (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && (stream->enclo… in _php_stream_free()
403 !(close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && in _php_stream_free()
/PHP-7.2/main/
H A Dphp_streams.h292 #define PHP_STREAM_FREE_IGNORE_ENCLOSING 32 /* don't close the enclosing stream instead */ macro

Completed in 12 milliseconds