diff options
Diffstat (limited to 'ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt')
-rw-r--r-- | ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt b/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt index de939f6657..5b6934d965 100644 --- a/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt +++ b/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt @@ -24,6 +24,7 @@ try { } catch (\ValueError $e) { echo $e->getMessage() . \PHP_EOL; } +?> --EXPECT-- bool(true) socket_create_pair(): Argument #1 ($domain) must be either AF_UNIX, AF_INET6 or AF_INET |