Home
last modified time | relevance | path

Searched refs:STREAM_OPTION_BLOCKING (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/ext/standard/tests/file/
H A Duserstreams_003.phpt46 …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-8.3/main/streams/
H A Duserspace.stub.php52 const STREAM_OPTION_BLOCKING = UNKNOWN; define

Completed in 5 milliseconds