Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dphp_streams.h288 #define PHP_STREAM_FREE_IGNORE_ENCLOSING 32 /* don't close the enclosing stream instead */ macro
/PHP-7.0/main/streams/
H A Dstreams.c329 close_options | PHP_STREAM_FREE_IGNORE_ENCLOSING); in _php_stream_free_enclosed()
346 if (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) in _php_stream_pretty_free_options()
390 …if ((stream->in_free == 1) && (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && (stream->enclo… in _php_stream_free()
402 !(close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && in _php_stream_free()

Completed in 29 milliseconds