summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_select-wrongparams-1-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_select-wrongparams-1-win32.phpt')
-rw-r--r--ext/sockets/tests/socket_select-wrongparams-1-win32.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/socket_select-wrongparams-1-win32.phpt b/ext/sockets/tests/socket_select-wrongparams-1-win32.phpt
index 34d46d6f6f..490bb7319a 100644
--- a/ext/sockets/tests/socket_select-wrongparams-1-win32.phpt
+++ b/ext/sockets/tests/socket_select-wrongparams-1-win32.phpt
@@ -18,7 +18,7 @@ $write = null;
$except = null;
$time = -1;
var_dump(socket_select($sockets, $write, $except, $time));
---EXPECTF--
+--EXPECT--
int(0)
--CREDITS--
Till Klampaeckel, till@php.net