summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_select-wrongparams-1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_select-wrongparams-1.phpt')
-rw-r--r--ext/sockets/tests/socket_select-wrongparams-1.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sockets/tests/socket_select-wrongparams-1.phpt b/ext/sockets/tests/socket_select-wrongparams-1.phpt
index 2658063e36..91286d1372 100644
--- a/ext/sockets/tests/socket_select-wrongparams-1.phpt
+++ b/ext/sockets/tests/socket_select-wrongparams-1.phpt
@@ -18,6 +18,7 @@ $write = null;
$except = null;
$time = -1;
var_dump(socket_select($sockets, $write, $except, $time));
+?>
--EXPECTF--
Warning: socket_select(): Unable to select [%d]: Invalid argument in %s on line %d
bool(false)