Searched refs:streams (Results 1 – 25 of 69) sorted by relevance
123
2 Bug #74159: Writing a large buffer to non-blocking encrypted streams fails58 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)));
2 GH-15980 (Signed integer overflow in main/streams/streams.c)
2 Bug #47997 (stream_copy_to_stream returns 1 on empty streams)
2 Bug#74951 Null pointer dereference in user streams
2 Bug #68948: feof() on temporary streams broken
2 Bug #81346 (Non-seekable streams don't update position after write)
2 User streams and incrrectly typed context
2 Bug #75776 (Flushing streams with compression filter is broken)
2 Testing user filter on streams
8 $streams = array(17 foreach($streams as $stream)
8 $streams = array(21 foreach($streams as $original => $stream)
8 $streams = array(20 foreach($streams as $stream)
8 $streams = array(15 foreach($streams as $stream)
2 fclose() actually closes streams with refcount > 1
12 $streams = array(21 foreach ($streams as $name) {
2 exif_thumbnail() with streams test
2 exif_read_data() with streams seeking test
1 # An overview of the PHP streams abstraction5 ## Why streams?16 ## Using streams43 ## Opening streams104 know that the streams API provides a standard way to do this:173 stdio streams.175 ## Casting streams210 If your system has the fopencookie function, php streams can synthesize a212 streams, database streams etc. etc.282 handle `FILE*` based streams.[all …]
2 Non castable user-space streams (stream_cast())
2 Calling bzerr* functions on non-bz2 streams
2 enable_post_data_reading: using multiple input streams (more than 8k data)
2 enable_post_data_reading: using multiple input streams
2 GH-16390 (dba_open() can segfault for "pathless" streams)
2 Testing ftell() on std streams
Completed in 33 milliseconds