### Description The following code: ``` php --re sockets ``` Resulted in this output: ``` Extension [ <persistent> extension #76 sockets version 8.2.0RC1 ] { - Constants [207] { ... Constant [ int SOCKET_EPROTOTYPE ] { 91 } Constant [ int SOCKET_EPROTONOSUPPORT ] { 93 } ... ``` But `SOCKET_EPROTO` was missing. Is it expected or just missing ? See also PHP 8.2 changes with commit https://github.com/php/php-src/commit/98e5c4e3a3b241998dfb639a33245ffed16f6c57 ### PHP Version PHP 8.2.0RC1 ### Operating System Ubuntu 18.04