From 528aa7932a839fc6319979c34aa372805d8dc41c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 5 Jun 2019 11:55:57 +0200 Subject: [PATCH] Use zero port in socket_(export|import)_stream-5.phpt These regularly fail due to port clashes, though we don't seem to use those ports in any other tests. As we don't care about the specific port that is used here, pass zero so that a random ephemeral port is used. --- ext/sockets/tests/socket_export_stream-5.phpt | 4 ++-- ext/sockets/tests/socket_import_stream-5.phpt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/sockets/tests/socket_export_stream-5.phpt b/ext/sockets/tests/socket_export_stream-5.phpt index 413ce24f3e..5a1d03fa6e 100644 --- a/ext/sockets/tests/socket_export_stream-5.phpt +++ b/ext/sockets/tests/socket_export_stream-5.phpt @@ -11,12 +11,12 @@ if (!function_exists('zend_leak_variable'))