mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Relax error message expectation in socket test
This commit is contained in:
parent
06ea1a2502
commit
79c9028ca6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue