Relax error message expectation in socket test

This commit is contained in:
Nikita Popov 2021-05-18 16:52:02 +02:00
parent 06ea1a2502
commit 79c9028ca6

View file

@ -14,7 +14,7 @@ $socket = socket_create(AF_UNIX, SOCK_STREAM, 0);
var_dump(socket_listen($socket));
?>
--EXPECTF--
Warning: socket_listen(): unable to listen on socket [%d]: Invalid argument in %s on line %d
Warning: socket_listen(): unable to listen on socket [%d]: %s in %s on line %d
bool(false)
--CREDITS--
Till Klampaeckel, till@php.net