Searched refs:STREAM_OPTION_WRITE_BUFFER (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/standard/tests/file/ |
H A D | userstreams_003.phpt | 51 …ffer - 1", $fd, true, "stream_set_write_buffer", array($fd,0), STREAM_OPTION_WRITE_BUFFER, STREAM_… 52 …r - 2", $fd, true, "stream_set_write_buffer", array($fd,4096), STREAM_OPTION_WRITE_BUFFER, STREAM_… 53 … - 3", $fd, false, "stream_set_write_buffer", array($fd,8192), STREAM_OPTION_WRITE_BUFFER, STREAM_…
|
/php-src/main/streams/ |
H A D | userspace.stub.php | 67 const STREAM_OPTION_WRITE_BUFFER = UNKNOWN; define
|
Completed in 7 milliseconds