Home
last modified time | relevance | path

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

123

/PHP-7.2/ext/openssl/tests/
H A Dbug74159.phpt2 Bug #74159: Writing a large buffer to non-blocking encrypted streams fails
57 function waitForWrite(...$streams) : bool {
60 while($streams && !($n = stream_select($read, $streams, $except, 1)));
64 function waitForRead(...$streams) : bool {
67 while ($streams && !($n = stream_select($streams, $write, $except, 1)));
H A Dbug65538_002.phpt21 Warning: remote cafile streams are disabled for security purposes in %s on line %d
/PHP-7.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
H A Dstream_rfc2397_007.phpt8 $streams = array(
12 foreach($streams as $stream)
H A Duserstreams_007.phpt2 User-space streams: test metadata option
/PHP-7.2/ext/standard/tests/filters/
H A Dchunked_001.phpt12 $streams = array(
21 foreach ($streams as $name) {
/PHP-7.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 Dbug68948.phpt2 Bug #68948: feof() on temporary streams broken
H A Duser_streams_consumed_bug.phpt2 Testing user filter on streams
H A Dbug64770.phpt25 echo "no streams \n";
H A Dbug60602.phpt25 echo "no streams \n";
/PHP-7.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-7.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-7.2/ext/mysqli/tests/
H A Dbug55283.phpt10 …die("skip PHP streams lack support for SSL. mysqli is compiled to use mysqlnd which uses PHP strea…
/PHP-7.2/
H A DREADME.STREAMS73 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 a
197 streams, data base streams etc. etc.
235 method is intended to be used for streams if there is an underlying method
261 FILE* based streams.
280 mode is the stdio-like mode of operation - php streams places no real meaning
291 RULE #1: when writing your own streams: make sure you have configured PHP with
305 based streams, or if you were making a stream to read data from an RDBMS like
[all …]
/PHP-7.2/ext/zip/tests/
H A Dbug53579.phpt2 Bug #53579 (stream_get_contents() segfaults on ziparchive streams)
/PHP-7.2/ext/curl/tests/
H A Dbug52827.phpt22 * while STDIO streams don't. */

Completed in 62 milliseconds

123