Home
last modified time | relevance | path

Searched refs:blocking (Results 1 – 25 of 33) sorted by relevance

12

/PHP-8.2/ext/standard/tests/streams/
H A Dstream_get_meta_data_socket_variation3.phpt20 echo "\n\nSet blocking to false:\n";
24 echo "\n\nSet blocking to true:\n";
52 Set blocking to false:
72 Set blocking to true:
H A Dnonblocking_stdin.phpt2 Read from non-blocking stdio stream should not error
H A Deagain_is_not_an_error.phpt2 EAGAIN/EWOULDBLOCK on a non-blocking socket should not result in an error return value
H A Dbug79000.phpt2 Bug #79000: Non-blocking socket stream reports EAGAIN as error
H A Dstream_get_line_nb.phpt2 stream_get_line() on non-blocking stream
13 * Tests that stream_get_line() behaves as documented on non-blocking streams:
H A Dproc_open_bug69900.phpt15 $in = fopen("php://stdin", "rb", false, stream_context_create(array("pipe" => array("blocking" => t…
/PHP-8.2/ext/sockets/tests/
H A Dsocket_cmsg_credentials_fbsd.phpt21 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
28 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dsocket_cmsg_credentials.phpt27 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
34 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dsocket_cmsg_rights.phpt24 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
31 socket_set_nonblock($s) or die("Could not put in non-blocking mode");
H A Dsocket_abstract_path_sendmsg.phpt19 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_abstract_path.phpt21 socket_set_nonblock($servers) or die("Could not put in non-blocking mode");
H A Dsocket_recvmsg.phpt28 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dmcast_ipv4_recv.phpt86 echo "blocking source\n";
179 blocking source
H A Dsocket_sendrecvmsg_multi_msg-unix.phpt31 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_sendrecvmsg_multi_msg.phpt26 socket_set_nonblock($sends1) or die("Could not put in non-blocking mode");
H A Dsocket_import_stream-4-win.phpt92 Warning: socket_set_block(): unable to set blocking mode [10038]: %s in %ssocket_import_stream-4-wi…
/PHP-8.2/ext/sysvmsg/
H A Dsysvmsg.stub.php45 …ueue $queue, int $message_type, $message, bool $serialize = true, bool $blocking = true, &$error_c… argument
H A Dsysvmsg.c351 bool do_serialize = 1, blocking = 1; in PHP_FUNCTION() local
360 &queue, sysvmsg_queue_ce, &msgtype, &message, &do_serialize, &blocking, &zerror) == FAILURE) { in PHP_FUNCTION()
416 result = msgsnd(mq->id, messagebuffer, message_len, blocking ? 0 : IPC_NOWAIT); in PHP_FUNCTION()
H A Dsysvmsg_arginfo.h14 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, blocking, _IS_BOOL, 0, "true")
/PHP-8.2/ext/pgsql/tests/
H A D29nb_async_connect.phpt2 PostgreSQL non-blocking async connect
H A D32nb_async_query.phpt2 PostgreSQL non-blocking async queries
H A D30nb_async_query_params.phpt2 PostgreSQL non-blocking async query params
/PHP-8.2/sapi/fpm/tests/
H A Dbug73342-nonblocking-stdio.phpt2 FPM: bug73342 - Non-blocking stdin
/PHP-8.2/ext/sockets/
H A Dsockets.c109 intern->blocking = 1; in socket_create_object()
238 sock->blocking = 1;
273 out_sock->blocking = 1;
661 php_sock->blocking = 1;
717 php_sock->blocking = 0;
755 php_sock->blocking = 1;
1112 php_sock->blocking = 1;
2183 retsock->blocking =
2186 retsock->blocking = 1;
2389 php_sock->blocking = 1;
[all …]
/PHP-8.2/ext/openssl/tests/
H A Dbug72333.phpt2 Bug #72333: fwrite() on non-blocking SSL sockets doesn't work

Completed in 57 milliseconds

12