Searched refs:socket_last_error (Results 1 – 9 of 9) sorted by relevance
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)) . "…
18 var_dump(socket_last_error($socket));20 var_dump(socket_last_error($socket));
19 socket_strerror(socket_last_error($socket))));30 socket_strerror(socket_last_error($socket))));45 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();
240 ZEND_FUNCTION(socket_last_error);292 ZEND_FE(socket_last_error, arginfo_socket_last_error)
88 function socket_last_error(?Socket $socket = null): int {} function
2069 PHP_FUNCTION(socket_last_error) argument
Completed in 17 milliseconds