Home
last modified time | relevance | path

Searched refs:stream_socket_shutdown (Results 1 – 7 of 7) sorted by relevance

/PHP-8.1/ext/standard/tests/network/
H A Dshutdown.phpt2 stream_socket_shutdown() test on IPv4 TCP Loopback
5 …function_exists('stream_socket_shutdown') or die('skip stream_socket_shutdown() is not supported.'…
29 stream_socket_shutdown($client1, STREAM_SHUT_WR);
38 stream_socket_shutdown($client2, STREAM_SHUT_WR);
/PHP-8.1/ext/standard/tests/streams/
H A Dbug74090.phpt28 stream_socket_shutdown($fd, STREAM_SHUT_RDWR);
29 stream_socket_shutdown($server, STREAM_SHUT_RDWR);
H A Dstream_copy_to_stream_socket.phpt15 stream_socket_shutdown($sockets[0], STREAM_SHUT_WR);
H A Dbug60455_01.phpt13 stream_socket_shutdown($sockets[0], STREAM_SHUT_RDWR);
/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c1736 PHP_FUNCTION(stream_socket_shutdown) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1674 function stream_socket_shutdown($stream, int $mode): bool {} function
H A Dbasic_functions_arginfo.h2758 ZEND_FUNCTION(stream_socket_shutdown);
3403 ZEND_FE(stream_socket_shutdown, arginfo_stream_socket_shutdown)

Completed in 36 milliseconds