Searched refs:streams (Results 1 – 25 of 64) sorted by relevance
123
2 Bug #74159: Writing a large buffer to non-blocking encrypted streams fails53 function waitForWrite(...$streams) : bool {56 while($streams && !($n = stream_select($read, $streams, $except, 1)));60 function waitForRead(...$streams) : bool {63 while ($streams && !($n = stream_select($streams, $write, $except, 1)));
21 Warning: remote cafile streams are disabled for security purposes in %s on line %d
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
2 User-space streams: set_options returns "not implemented" for unhandled option types
8 $streams = array(12 foreach($streams as $stream)
2 User-space streams: test metadata option
2 User-space streams: stream_lock()
6 - Implement encryption streams
12 $streams = array(21 foreach ($streams as $name) {
2 Bug #47997 (stream_copy_to_stream returns 1 on empty streams)
2 Bug#74951 Null pointer dereference in user streams
2 Testing user filter on streams
25 echo "no streams \n";
2 enable_post_data_reading: using multiple input streams (more than 8k data)
2 enable_post_data_reading: using multiple input streams
10 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
73 streams there are a range of functions to do this defined in php_streams.h.104 to know that the streams API provides a standard way to do this:164 not a lock can be set on this stream. Typically you can only set locks on stdio streams.195 If your system has the fopencookie function, php streams can synthesize a197 streams, data base streams etc. etc.235 method is intended to be used for streams if there is an underlying method261 FILE* based streams.280 mode is the stdio-like mode of operation - php streams places no real meaning291 RULE #1: when writing your own streams: make sure you have configured PHP with305 based streams, or if you were making a stream to read data from an RDBMS like[all …]
2 Bug #53579 (stream_get_contents() segfaults on ziparchive streams)
22 * while STDIO streams don't. */
Completed in 28 milliseconds