Home
last modified time | relevance | path

Searched refs:socket_last_error (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/sockets/tests/
H A Dsocket_clear_error.phpt18 var_dump(socket_last_error($socket));
20 var_dump(socket_last_error($socket));
H A Dwsaprotocol_info_0.phpt18 … fprintf(STDERR, "socket_create() failed: reason: " . socket_strerror(socket_last_error()) . "\n");
22 …fprintf(STDERR, "socket_bind() failed: reason: " . socket_strerror(socket_last_error($sock)) . "\n…
26 …fprintf(STDERR, "socket_listen() failed: reason: " . socket_strerror(socket_last_error($sock)) . "…
H A Dsocket_clear_error-win32.phpt18 var_dump(socket_last_error($socket));
20 var_dump(socket_last_error($socket));
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt15 socket_strerror(socket_last_error($socket))));
26 socket_strerror(socket_last_error($socket))));
41 if (($bytes === false) && ($errno = socket_last_error($socket))) {
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt23 socket_strerror(socket_last_error($socket))));
34 socket_strerror(socket_last_error($socket))));
49 if (($bytes === false) && ($errno = socket_last_error($socket))) {
H A Dbug51958.phpt20 echo socket_last_error();
/PHP-8.2/ext/sockets/
H A Dsockets.stub.php1780 function socket_last_error(?Socket $socket = null): int {} function
H A Dsockets_arginfo.h240 ZEND_FUNCTION(socket_last_error);
292 ZEND_FE(socket_last_error, arginfo_socket_last_error)
H A Dsockets.c2069 PHP_FUNCTION(socket_last_error) argument

Completed in 19 milliseconds