Home
last modified time | relevance | path

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

12

/php-src/ext/standard/tests/file/
H A Duserstreams_003.phpt46 test("stream_set_blocking - 1", $fd, true, "stream_set_blocking", array($fd,0), STREAM_OPTION_BLOCK…
47 test("stream_set_blocking - 2", $fd, false, "stream_set_blocking", array($fd,1), STREAM_OPTION_BLOC…
48 test("stream_set_blocking - 3", $fd, "foo", "stream_set_blocking", array($fd,0), STREAM_OPTION_BLOC…
49 test("stream_set_blocking - 4", $fd2, true, "stream_set_blocking", array($fd2,1), STREAM_OPTION_BLO…
63 ------ stream_set_blocking - 1: -------
74 ------ stream_set_blocking - 2: -------
85 ------ stream_set_blocking - 3: -------
96 ------ stream_set_blocking - 4: -------
98 Warning: stream_set_blocking(): test_wrapper_base::stream_set_option is not implemented! in %s
/php-src/ext/sockets/tests/
H A Dsocket_import_stream-4-win.phpt17 echo "stream_set_blocking ";
19 print_r(stream_set_blocking($stream, 0));
75 stream_set_blocking 1
86 stream_set_blocking 1
90 stream_set_blocking TypeError: stream_set_blocking(): supplied resource is not a valid stream resou…
101 stream_set_blocking TypeError: stream_set_blocking(): supplied resource is not a valid stream resou…
H A Dsocket_import_stream-4.phpt17 echo "stream_set_blocking ";
19 print_r(stream_set_blocking($stream, 0));
77 stream_set_blocking 1
88 stream_set_blocking 1
92 stream_set_blocking TypeError: stream_set_blocking(): supplied resource is not a valid stream resou…
103 stream_set_blocking TypeError: stream_set_blocking(): supplied resource is not a valid stream resou…
H A Dsocket_export_stream-4.phpt17 echo "stream_set_blocking ";
19 print_r(stream_set_blocking($stream, 0));
82 stream_set_blocking 1
93 stream_set_blocking 1
97 stream_set_blocking TypeError: stream_set_blocking(): supplied resource is not a valid stream resou…
108 stream_set_blocking TypeError: stream_set_blocking(): supplied resource is not a valid stream resou…
H A Dsocket_export_stream-4-win.phpt17 echo "stream_set_blocking ";
19 print_r(stream_set_blocking($stream, 0));
80 stream_set_blocking 1
91 stream_set_blocking 1
95 stream_set_blocking TypeError: stream_set_blocking(): supplied resource is not a valid stream resou…
106 stream_set_blocking TypeError: stream_set_blocking(): supplied resource is not a valid stream resou…
H A Dsocket_export_stream-3.phpt37 stream_set_blocking($stream, 0);
/php-src/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 Dgh8472.phpt9 stream_set_blocking($stream, false);
H A Dbug74090.phpt22 stream_set_blocking($fd, 0);
/php-src/benchmark/
H A Dshared.php22 stream_set_blocking($stdout, false);
23 stream_set_blocking($stderr, false);
/php-src/sapi/phpdbg/
H A Dcreate-test.php68 stream_set_blocking(STDIN, false);
95 stream_set_blocking(STDIN, true);
/php-src/ext/openssl/tests/
H A Dbug77390.phpt23 stream_set_blocking($fp, false);
77 stream_set_blocking($upstream, false);
84 stream_set_blocking($conn, false);
H A Dbug72333.phpt22 stream_set_blocking($conn, false);
45 stream_set_blocking($fp, false);
H A Dgh10495.phpt56 stream_set_blocking($upstream, false);
62 stream_set_blocking($conn, false);
H A Dgh13860.phpt34 stream_set_blocking($fp, false);
/php-src/ext/standard/tests/http/
H A Dserver.inc66 stream_set_blocking($sock, false);
84 stream_set_blocking($sock, true);
/php-src/sapi/fpm/tests/
H A Dbug73342-nonblocking-stdio.phpt25 stream_set_blocking(fopen('php://stdin', 'r'), false);
/php-src/ext/pgsql/tests/
H A D29nb_async_connect.phpt20 stream_set_blocking($db_socket, FALSE);
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_sockets3.phpt40 var_dump(stream_set_blocking($pipes[1], false));
H A Dproc_open_sockets1.phpt24 var_dump(stream_set_blocking($pipe, false));

Completed in 30 milliseconds

12