Home
last modified time | relevance | path

Searched refs:stream_set_blocking (Results 1 – 16 of 16) sorted by relevance

/PHP-5.5/ext/standard/tests/file/
H A Duserstreams_003.phpt45 test("stream_set_blocking - 1", $fd, true, "stream_set_blocking", array($fd,0), STREAM_OPTION_BLOCK…
46 test("stream_set_blocking - 2", $fd, false, "stream_set_blocking", array($fd,1), STREAM_OPTION_BLOC…
47 test("stream_set_blocking - 3", $fd, "foo", "stream_set_blocking", array($fd,0), STREAM_OPTION_BLOC…
48 test("stream_set_blocking - 4", $fd2, true, "stream_set_blocking", array($fd2,1), STREAM_OPTION_BLO…
62 ------ stream_set_blocking - 1: -------
73 ------ stream_set_blocking - 2: -------
84 ------ stream_set_blocking - 3: -------
95 ------ stream_set_blocking - 4: -------
97 Warning: stream_set_blocking(): test_wrapper_base::stream_set_option is not implemented! in %s
H A Dproc_open01.phpt20 stream_set_blocking($pipes[1], FALSE);
H A Dbug60120.phpt31 stream_set_blocking($pipe, false);
/PHP-5.5/ext/sockets/tests/
H A Dsocket_import_stream-4.phpt16 echo "stream_set_blocking ";
17 print_r(stream_set_blocking($stream, 0));
63 stream_set_blocking 1
74 stream_set_blocking 1
78 stream_set_blocking
79 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
90 stream_set_blocking
91 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
H A Dsocket_import_stream-4-win.phpt17 echo "stream_set_blocking ";
18 print_r(stream_set_blocking($stream, 0));
64 stream_set_blocking 1
75 stream_set_blocking 1
79 stream_set_blocking
80 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
93 stream_set_blocking
94 Warning: stream_set_blocking(): %d is not a valid stream resource in %s on line %d
H A Dsocket_import_stream-3.phpt36 stream_set_blocking($stream, 0);
/PHP-5.5/ext/standard/tests/streams/
H A Dbug61019.phpt17 stream_set_blocking($pipes[0],false);
18 stream_set_blocking($pipes[1],false);
19 stream_set_blocking($pipes[2],false);
H A Dproc_open_bug60120.phpt20 stream_set_blocking($pipe, false);
H A Dproc_open_bug64438.phpt20 stream_set_blocking($pipe, false);
H A Dstream_get_line_nb.phpt21 stream_set_blocking($sockets[1], 0);
/PHP-5.5/ext/standard/tests/http/
H A Dserver.inc50 stream_set_blocking($sock, 0);
68 stream_set_blocking($sock, 1);
/PHP-5.5/ext/standard/
H A Dstreamsfuncs.h36 PHP_FUNCTION(stream_set_blocking);
H A Dstreamsfuncs.c1351 PHP_FUNCTION(stream_set_blocking) in PHP_FUNCTION() argument
H A Dbasic_functions.c3150 PHP_DEP_FALIAS(set_socket_blocking, stream_set_blocking, arginfo_stream_set_blocking)
3151 PHP_FE(stream_set_blocking, arginfo_stream_set_blocking)
3152 PHP_FALIAS(socket_set_blocking, stream_set_blocking, arginfo_stream_set_blocking)
/PHP-5.5/ext/openssl/tests/
H A Dbug48182.phpt52 stream_set_blocking($socket, 0);
/PHP-5.5/
H A DNEWS6035 allowing stream_select(), stream_set_blocking(), stream_set_timeout() and
6722 - Fixed bug #46082 (stream_set_blocking() can cause a crash in some
7414 - Fixed bugs #36796, #36918, #41371 (stream_set_blocking() does not work).
7712 - Fixed bug #39396 (stream_set_blocking crashes on Win32). (Ilia, maurice at
9284 - Fixed bug #35079 (stream_set_blocking(true) toggles, not enables blocking).

Completed in 140 milliseconds