Home
last modified time | relevance | path

Searched refs:socket_listen (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/sockets/tests/
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 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 Dipv4loop.phpt21 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 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)) {
/PHP-7.4/ext/sockets/
H A Dsockets.c334 PHP_FUNCTION(socket_listen);
379 PHP_FE(socket_listen, arginfo_socket_listen)
1161 PHP_FUNCTION(socket_listen) argument

Completed in 20 milliseconds