diff --git a/reference/sockets/functions/socket-strerror.xml b/reference/sockets/functions/socket-strerror.xml index 773ae8074b..df9d284b03 100644 --- a/reference/sockets/functions/socket-strerror.xml +++ b/reference/sockets/functions/socket-strerror.xml @@ -1,5 +1,5 @@ - + @@ -42,7 +42,7 @@ if (false == (@socket_bind($socket, '127.0.0.1', 80))) { The expected output from the above example (assuming the script is not run with root privileges): - bind() failed: reason: Permission denied + socket_bind() failed: reason: Permission denied