Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dstreams.c352 close_options | PHP_STREAM_FREE_IGNORE_ENCLOSING TSRMLS_CC); in _php_stream_free_enclosed()
369 if (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) in _php_stream_pretty_free_options()
412 …if ((stream->in_free == 1) && (close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && (stream->enclo… in _php_stream_free()
424 !(close_options & PHP_STREAM_FREE_IGNORE_ENCLOSING) && in _php_stream_free()
/PHP-5.5/main/
H A Dphp_streams.h276 #define PHP_STREAM_FREE_IGNORE_ENCLOSING 32 /* don't close the enclosing stream instead */ macro

Completed in 15 milliseconds