Home
last modified time | relevance | path

Searched refs:PHP_STREAM_FLAG_NO_CLOSE (Results 1 – 3 of 3) sorted by last modified time

/PHP-5.5/sapi/cli/
H A Dphp_cli.c581 s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE; in cli_register_file_handles()
582 s_err->flags |= PHP_STREAM_FLAG_NO_CLOSE; in cli_register_file_handles()
/PHP-5.5/main/streams/
H A Dstreams.c397 if (stream->flags & PHP_STREAM_FLAG_NO_CLOSE) { in _php_stream_free()
/PHP-5.5/main/
H A Dphp_streams.h180 #define PHP_STREAM_FLAG_NO_CLOSE 32 macro

Completed in 25 milliseconds