Searched refs:socket_listen (Results 1 – 16 of 16) sorted by relevance
/PHP-8.2/ext/sockets/tests/ |
H A D | socket_listen-wrongparams.phpt | 2 Test parameter handling in socket_listen(). 13 var_dump(socket_listen($socket)); 16 Warning: socket_listen(): unable to listen on socket [%d]: %s in %s on line %d
|
H A D | wsaprotocol_info_0.phpt | 25 if (socket_listen($sock, 5) === false) { 26 …fprintf(STDERR, "socket_listen() failed: reason: " . socket_strerror(socket_last_error($sock)) . "…
|
H A D | gh13603.phpt | 9 socket_listen($socket);
|
H A D | bug51958.phpt | 17 socket_listen($listenfd);
|
H A D | socket_set_option_acf.phpt | 27 socket_listen($socket);
|
H A D | socket_defer_acp.phpt | 22 socket_listen($socket);
|
H A D | ipv4loop.phpt | 17 if (!socket_listen($server, 2)) {
|
H A D | ipv6loop.phpt | 27 if (!socket_listen($server, 2)) {
|
H A D | socket_abstract_path.phpt | 20 socket_listen($servers) or die("Could not listen");
|
H A D | unixloop.phpt | 27 if (!socket_listen($server, 2)) {
|
H A D | socket_meminfo.phpt | 20 if (!socket_listen($server, 2)) {
|
H A D | socket_getpeername_ipv4loop.phpt | 31 if (!socket_listen($server, 2)) {
|
H A D | socket_getpeername_ipv6loop.phpt | 36 if (!socket_listen($server, 2)) {
|
/PHP-8.2/ext/sockets/ |
H A D | sockets.stub.php | 1708 function socket_listen(Socket $socket, int $backlog = 0): bool {} function
|
H A D | sockets_arginfo.h | 218 ZEND_FUNCTION(socket_listen); 268 ZEND_FE(socket_listen, arginfo_socket_listen)
|
H A D | sockets.c | 765 PHP_FUNCTION(socket_listen) argument
|
Completed in 35 milliseconds