summaryrefslogtreecommitdiff
path: root/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt')
-rw-r--r--ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt b/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt
index de33d951f3..1691496772 100644
--- a/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt
+++ b/ext/sockets/tests/socket_create_pair-wrongparams-win32.phpt
@@ -24,7 +24,7 @@ var_dump(socket_create_pair(AF_INET, 31337, 0, $sockets));
Warning: socket_create_pair() expects exactly 4 parameters, 3 given in %s on line %d
NULL
-Warning: socket_create_pair() expects parameter 1 to be long, %unicode_string_optional% given in %s on line %d
+Warning: socket_create_pair() expects parameter 1 to be integer, %unicode_string_optional% given in %s on line %d
NULL
bool(true)