Searched refs:stream_set_blocking (Results 1 – 21 of 21) sorted by relevance
/PHP-5.6/ext/standard/tests/file/ |
H A D | userstreams_003.phpt | 45 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 D | proc_open01.phpt | 20 stream_set_blocking($pipes[1], FALSE);
|
H A D | bug60120.phpt | 31 stream_set_blocking($pipe, false);
|
/PHP-5.6/ext/sockets/tests/ |
H A D | socket_import_stream-4.phpt | 16 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 D | socket_import_stream-4-win.phpt | 17 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 D | socket_import_stream-3.phpt | 36 stream_set_blocking($stream, 0);
|
/PHP-5.6/ext/standard/tests/streams/ |
H A D | bug72853.phpt | 2 Bug #72853 (stream_set_blocking doesn't work) 19 stream_set_blocking($pipes[1], false); 21 stream_set_blocking($pipes[1], true);
|
H A D | bug61019.phpt | 17 stream_set_blocking($pipes[0],false); 18 stream_set_blocking($pipes[1],false); 19 stream_set_blocking($pipes[2],false);
|
H A D | proc_open_bug60120.phpt | 20 stream_set_blocking($pipe, false);
|
H A D | proc_open_bug64438.phpt | 20 stream_set_blocking($pipe, false);
|
H A D | stream_get_line_nb.phpt | 21 stream_set_blocking($sockets[1], 0);
|
/PHP-5.6/ext/standard/tests/http/ |
H A D | server.inc | 50 stream_set_blocking($sock, 0); 68 stream_set_blocking($sock, 1);
|
/PHP-5.6/ext/standard/ |
H A D | streamsfuncs.h | 36 PHP_FUNCTION(stream_set_blocking);
|
H A D | streamsfuncs.c | 1342 PHP_FUNCTION(stream_set_blocking) in PHP_FUNCTION() argument
|
H A D | basic_functions.c | 3123 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 D | 29nb_async_connect.phpt | 18 stream_set_blocking($db_socket, FALSE);
|
H A D | 30nb_async_query_params.phpt | 23 stream_set_blocking($db_socket, false);
|
H A D | 32nb_async_query.phpt | 23 stream_set_blocking($db_socket, false);
|
H A D | 31nb_async_query_prepared.phpt | 23 stream_set_blocking($db_socket, false);
|
/PHP-5.6/ |
H A D | UPGRADING | 391 stream_set_blocking() on its result enables non-blocking behavior.
|
H A D | NEWS | 414 . 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