Home
last modified time | relevance | path

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

12

/PHP-7.4/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.phpt27 stream_set_blocking($pipe, false);
/PHP-7.4/ext/sockets/tests/
H A Dsocket_import_stream-4-win.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(): supplied resource is not a valid stream resource in %s on line %d
92 stream_set_blocking
93 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
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(): supplied resource is not a valid stream resource in %s on line %d
90 stream_set_blocking
91 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
H A Dsocket_export_stream-4.phpt16 echo "stream_set_blocking ";
17 print_r(stream_set_blocking($stream, 0));
68 stream_set_blocking 1
79 stream_set_blocking 1
83 stream_set_blocking
84 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
95 stream_set_blocking
96 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
H A Dsocket_export_stream-4-win.phpt16 echo "stream_set_blocking ";
17 print_r(stream_set_blocking($stream, 0));
68 stream_set_blocking 1
79 stream_set_blocking 1
83 stream_set_blocking
84 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
97 stream_set_blocking
98 Warning: stream_set_blocking(): supplied resource is not a valid stream resource in %s on line %d
H A Dsocket_export_stream-3.phpt37 stream_set_blocking($stream, 0);
H A Dsocket_import_stream-3.phpt36 stream_set_blocking($stream, 0);
/PHP-7.4/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 Dnonblocking_stdin.phpt6 stream_set_blocking(STDIN, false);
H A Dproc_open_bug60120.phpt49 stream_set_blocking($pipes[1], false);
50 stream_set_blocking($pipes[2], false);
H A Deagain_is_not_an_error.phpt11 stream_set_blocking($sockets[0], false);
H A Dbug79000.phpt12 stream_set_blocking($sock1, false);
H A Dbug74090.phpt22 stream_set_blocking($fd, 0);
H A Dbug70198.phpt47 stream_set_blocking($fp, 0);
/PHP-7.4/sapi/phpdbg/
H A Dcreate-test.php70 stream_set_blocking(STDIN, false);
97 stream_set_blocking(STDIN, true);
/PHP-7.4/ext/openssl/tests/
H A Dbug77390.phpt22 stream_set_blocking($fp, false);
76 stream_set_blocking($upstream, false);
83 stream_set_blocking($conn, false);
H A Dbug72333.phpt21 stream_set_blocking($conn, false);
44 stream_set_blocking($fp, false);
H A DServerClientTestCase.inc144 stream_set_blocking($handle, false);
152 stream_set_blocking($handle, true);
/PHP-7.4/ext/standard/
H A Dstreamsfuncs.h34 PHP_FUNCTION(stream_set_blocking);
/PHP-7.4/ext/standard/tests/http/
H A Dserver.inc58 stream_set_blocking($sock, 0);
76 stream_set_blocking($sock, 1);
/PHP-7.4/ext/pgsql/tests/
H A D29nb_async_connect.phpt18 stream_set_blocking($db_socket, FALSE);
/PHP-7.4/sapi/fpm/tests/
H A Dbug73342-nonblocking-stdio.phpt25 stream_set_blocking(fopen('php://stdin', 'r'), false);

Completed in 19 milliseconds

12