Searched refs:STREAM_OPTION_BLOCKING (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/standard/tests/file/ |
H A D | userstreams_003.phpt | 46 …ream_set_blocking - 1", $fd, true, "stream_set_blocking", array($fd,0), STREAM_OPTION_BLOCKING, 0); 47 …eam_set_blocking - 2", $fd, false, "stream_set_blocking", array($fd,1), STREAM_OPTION_BLOCKING, 1); 48 …eam_set_blocking - 3", $fd, "foo", "stream_set_blocking", array($fd,0), STREAM_OPTION_BLOCKING, 0); 49 …am_set_blocking - 4", $fd2, true, "stream_set_blocking", array($fd2,1), STREAM_OPTION_BLOCKING, 1);
|
/php-src/main/streams/ |
H A D | userspace.stub.php | 52 const STREAM_OPTION_BLOCKING = UNKNOWN; define
|
Completed in 7 milliseconds