mirror of
https://github.com/php/php-src.git
synced 2026-04-21 23:18:13 +02:00
424d34d1c0
`socket_bind()` may raise `E_WARNING` on failure, which would cause the test to be marked as borked. Since we're checking the return value anyway, we can silence warnings.