Searched refs:socket_listen (Results 1 – 17 of 17) sorted by relevance
/PHP-8.4/ext/sockets/tests/ |
H A D | socket_listen-wrongparams.phpt | 2 Test parameter handling in socket_listen(). 14 var_dump(socket_listen($socket)); 17 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 | 18 socket_listen($listenfd);
|
H A D | socket_reuseport_cbpf.phpt | 23 socket_listen($socket);
|
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.4/ext/sockets/ |
H A D | sockets_arginfo.h | 219 ZEND_FUNCTION(socket_listen); 267 ZEND_FE(socket_listen, arginfo_socket_listen)
|
H A D | sockets.stub.php | 1956 function socket_listen(Socket $socket, int $backlog = 0): bool {} function
|
H A D | sockets.c | 792 PHP_FUNCTION(socket_listen) argument
|
Completed in 32 milliseconds