Searched refs:socket_last_error (Results 1 – 9 of 9) sorted by relevance
18 var_dump(socket_last_error($socket));20 var_dump(socket_last_error($socket));
18 … 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)) . "…
15 socket_strerror(socket_last_error($socket))));26 socket_strerror(socket_last_error($socket))));41 if (($bytes === false) && ($errno = socket_last_error($socket))) {
23 socket_strerror(socket_last_error($socket))));34 socket_strerror(socket_last_error($socket))));49 if (($bytes === false) && ($errno = socket_last_error($socket))) {
20 echo socket_last_error();
1780 function socket_last_error(?Socket $socket = null): int {} function
240 ZEND_FUNCTION(socket_last_error);292 ZEND_FE(socket_last_error, arginfo_socket_last_error)
2075 PHP_FUNCTION(socket_last_error) argument
Completed in 17 milliseconds