Home
last modified time | relevance | path

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

/PHP-5.6/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.6/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.6/ext/standard/tests/streams/
H A Dbug72853.phpt2 Bug #72853 (stream_set_blocking doesn't work)
19 stream_set_blocking($pipes[1], false);
21 stream_set_blocking($pipes[1], true);
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.6/ext/standard/tests/http/
H A Dserver.inc50 stream_set_blocking($sock, 0);
68 stream_set_blocking($sock, 1);
/PHP-5.6/ext/standard/
H A Dstreamsfuncs.h36 PHP_FUNCTION(stream_set_blocking);
H A Dstreamsfuncs.c1342 PHP_FUNCTION(stream_set_blocking) in PHP_FUNCTION() argument
H A Dbasic_functions.c3123 PHP_DEP_FALIAS(set_socket_blocking, stream_set_blocking, arginfo_stream_set_blocking)
3124 PHP_FE(stream_set_blocking, arginfo_stream_set_blocking)
3125 PHP_FALIAS(socket_set_blocking, stream_set_blocking, arginfo_stream_set_blocking)
/PHP-5.6/ext/pgsql/tests/
H A D29nb_async_connect.phpt18 stream_set_blocking($db_socket, FALSE);
H A D30nb_async_query_params.phpt23 stream_set_blocking($db_socket, false);
H A D32nb_async_query.phpt23 stream_set_blocking($db_socket, false);
H A D31nb_async_query_prepared.phpt23 stream_set_blocking($db_socket, false);
/PHP-5.6/
H A DUPGRADING391 stream_set_blocking() on its result enables non-blocking behavior.
H A DNEWS414 . Fixed bug #72853 (stream_set_blocking doesn't work). (Laruence)
7613 allowing stream_select(), stream_set_blocking(), stream_set_timeout() and
8300 - Fixed bug #46082 (stream_set_blocking() can cause a crash in some
8992 - Fixed bugs #36796, #36918, #41371 (stream_set_blocking() does not work).
9290 - Fixed bug #39396 (stream_set_blocking crashes on Win32). (Ilia, maurice at
10862 - Fixed bug #35079 (stream_set_blocking(true) toggles, not enables blocking).

Completed in 131 milliseconds