Home
last modified time | relevance | path

Searched refs:socket_listen (Results 176 – 200 of 525) sorted by last modified time

12345678910>>...21

/dports/lang/php73/php-7.3.33/ext/sockets/tests/
H A Dwsaprotocol_info_0.phpt25 if (socket_listen($sock, 5) === false) {
26 …fprintf(STDERR, "socket_listen() failed: reason: " . socket_strerror(socket_last_error($sock)) . "…
H A Dsocket_getpeername_ipv4loop.phpt35 if (!socket_listen($server, 2)) {
H A Dsocket_getpeername_ipv6loop.phpt36 if (!socket_listen($server, 2)) {
/dports/net/php73-sockets/php-7.3.33/ext/sockets/tests/
H A Dunixloop.phpt27 if (!socket_listen($server, 2)) {
H A Dwsaprotocol_info_0.phpt25 if (socket_listen($sock, 5) === false) {
26 …fprintf(STDERR, "socket_listen() failed: reason: " . socket_strerror(socket_last_error($sock)) . "…
H A Dbug51958.phpt17 socket_listen($listenfd);
H A Dsocket_listen-wrongparams.phpt2 Test parameter handling in socket_listen().
13 var_dump(socket_listen(null));
15 var_dump(socket_listen($socket));
17 Warning: socket_listen() expects parameter 1 to be resource, null given in %s on line %d
20 Warning: socket_listen(): unable to listen on socket [%d]: Invalid argument in %s on line %d
H A Dipv4loop.phpt26 if (!socket_listen($server, 2)) {
H A Dipv6loop.phpt27 if (!socket_listen($server, 2)) {
H A Dsocket_abstract_path.phpt21 socket_listen($servers) or die("Could not listen");
H A Dsocket_getpeername_ipv6loop.phpt36 if (!socket_listen($server, 2)) {
H A Dsocket_getpeername_ipv4loop.phpt35 if (!socket_listen($server, 2)) {
H A Dsocket_listen_params.phpt2 ext/sockets - socket_listen - test with empty parameters
15 $s_c = socket_listen();
19 Warning: socket_listen() expects at least 1 parameter, 0 given in %s on line %d
/dports/net/php73-sockets/php-7.3.33/ext/sockets/
H A Dsockets.c325 PHP_FUNCTION(socket_listen);
370 PHP_FE(socket_listen, arginfo_socket_listen)
1147 PHP_FUNCTION(socket_listen) argument
/dports/www/mod_php73/php-7.3.33/ext/sockets/tests/
H A Dbug51958.phpt17 socket_listen($listenfd);
H A Dipv4loop.phpt26 if (!socket_listen($server, 2)) {
H A Dsocket_listen-wrongparams.phpt2 Test parameter handling in socket_listen().
13 var_dump(socket_listen(null));
15 var_dump(socket_listen($socket));
17 Warning: socket_listen() expects parameter 1 to be resource, null given in %s on line %d
20 Warning: socket_listen(): unable to listen on socket [%d]: Invalid argument in %s on line %d
H A Dipv6loop.phpt27 if (!socket_listen($server, 2)) {
H A Dsocket_abstract_path.phpt21 socket_listen($servers) or die("Could not listen");
H A Dunixloop.phpt27 if (!socket_listen($server, 2)) {
H A Dsocket_getpeername_ipv4loop.phpt35 if (!socket_listen($server, 2)) {
H A Dsocket_getpeername_ipv6loop.phpt36 if (!socket_listen($server, 2)) {
H A Dsocket_listen_params.phpt2 ext/sockets - socket_listen - test with empty parameters
15 $s_c = socket_listen();
19 Warning: socket_listen() expects at least 1 parameter, 0 given in %s on line %d
H A Dwsaprotocol_info_0.phpt25 if (socket_listen($sock, 5) === false) {
26 …fprintf(STDERR, "socket_listen() failed: reason: " . socket_strerror(socket_last_error($sock)) . "…
/dports/www/mod_php73/php-7.3.33/ext/sockets/
H A Dsockets.c325 PHP_FUNCTION(socket_listen);
370 PHP_FE(socket_listen, arginfo_socket_listen)
1147 PHP_FUNCTION(socket_listen) argument

12345678910>>...21