summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_accept-wrongparams.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_accept-wrongparams.phpt')
-rw-r--r--ext/sockets/tests/socket_accept-wrongparams.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/socket_accept-wrongparams.phpt b/ext/sockets/tests/socket_accept-wrongparams.phpt
index 6bce05a78b..644690d61c 100644
--- a/ext/sockets/tests/socket_accept-wrongparams.phpt
+++ b/ext/sockets/tests/socket_accept-wrongparams.phpt
@@ -10,7 +10,7 @@ if (!extension_loaded('sockets')) {
var_dump(socket_accept(null));
--CREDITS--
Till Klampaeckel, till@php.net
-Berlin TestFest 2009
+Berlin TestFest 2009
--EXPECTF--
Warning: socket_accept() expects parameter 1 to be resource, null given in %s on line %d
NULL