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