Home
last modified time | relevance | path

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

/PHP-5.3/sapi/cli/
H A Dphp_cli.c556 s_out->flags |= PHP_STREAM_FLAG_NO_CLOSE; in cli_register_file_handles()
557 s_err->flags |= PHP_STREAM_FLAG_NO_CLOSE; in cli_register_file_handles()
/PHP-5.3/main/
H A Dphp_streams.h182 #define PHP_STREAM_FLAG_NO_CLOSE 32 macro
/PHP-5.3/main/streams/
H A Dstreams.c351 if (stream->flags & PHP_STREAM_FLAG_NO_CLOSE) { in _php_stream_free()

Completed in 38 milliseconds