Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 25 of 66) sorted by relevance

123

/PHP-8.2/ext/openssl/tests/
H A Dbug74159.phpt2 Bug #74159: Writing a large buffer to non-blocking encrypted streams fails
58 function waitForWrite(...$streams) : bool {
61 while($streams && !($n = stream_select($read, $streams, $except, 1)));
65 function waitForRead(...$streams) : bool {
68 while ($streams && !($n = stream_select($streams, $write, $except, 1)));
/PHP-8.2/ext/standard/tests/file/
H A Dstream_rfc2397_004.phpt8 $streams = array(
17 foreach($streams as $stream)
H A Dstream_rfc2397_003.phpt8 $streams = array(
21 foreach($streams as $original => $stream)
H A Dstream_rfc2397_005.phpt8 $streams = array(
20 foreach($streams as $stream)
H A Dstream_rfc2397_006.phpt8 $streams = array(
15 foreach($streams as $stream)
H A Dfclose_variation1.phpt2 fclose() actually closes streams with refcount > 1
H A Duserstreams_006.phpt2 User-space streams: set_options returns "not implemented" for unhandled option types
/PHP-8.2/ext/standard/tests/filters/
H A Dchunked_001.phpt12 $streams = array(
21 foreach ($streams as $name) {
H A Dbug74267.phpt2 Bug #74267 (segfault with streams and invalid data)
/PHP-8.2/ext/exif/tests/
H A Dexif_thumbnail_streams.phpt2 exif_thumbnail() with streams test
H A Dexif_read_data_streams_seek.phpt2 exif_read_data() with streams seeking test
/PHP-8.2/ext/standard/tests/streams/
H A Dbug47997.phpt2 Bug #47997 (stream_copy_to_stream returns 1 on empty streams)
H A Dbug74951.phpt2 Bug#74951 Null pointer dereference in user streams
H A Dbug81346.phpt2 Bug #81346 (Non-seekable streams don't update position after write)
H A Dbug68948.phpt2 Bug #68948: feof() on temporary streams broken
H A Duser_streams_context_001.phpt2 User streams and incrrectly typed context
H A Dbug75776.phpt2 Bug #75776 (Flushing streams with compression filter is broken)
H A Duser_streams_consumed_bug.phpt2 Testing user filter on streams
/PHP-8.2/docs/
H A Dstreams.md1 # An overview of the PHP streams abstraction
5 ## Why streams?
16 ## Using streams
43 ## Opening streams
104 know that the streams API provides a standard way to do this:
173 stdio streams.
175 ## Casting streams
210 If your system has the fopencookie function, php streams can synthesize a
212 streams, database streams etc. etc.
282 handle `FILE*` based streams.
[all …]
/PHP-8.2/ext/bz2/tests/
H A Dbug75776.phpt2 Bug #75776 (Flushing streams with compression filter is broken)
H A Dbzerr_functions_on_invalid_stream.phpt2 Calling bzerr* functions on non-bz2 streams
/PHP-8.2/tests/basic/
H A Denable_post_data_reading_06.phpt2 enable_post_data_reading: using multiple input streams (more than 8k data)
H A Denable_post_data_reading_05.phpt2 enable_post_data_reading: using multiple input streams
/PHP-8.2/sapi/cli/tests/
H A Dstd_streams.phpt2 Testing ftell() on std streams
/PHP-8.2/ext/zip/tests/
H A Dbug53579.phpt2 Bug #53579 (stream_get_contents() segfaults on ziparchive streams)

Completed in 100 milliseconds

123