diff options
Diffstat (limited to 'ext/sockets/tests/socket_create_pair-wrongparams.phpt')
| -rw-r--r-- | ext/sockets/tests/socket_create_pair-wrongparams.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sockets/tests/socket_create_pair-wrongparams.phpt b/ext/sockets/tests/socket_create_pair-wrongparams.phpt index 37e3338be3..856d2cdc52 100644 --- a/ext/sockets/tests/socket_create_pair-wrongparams.phpt +++ b/ext/sockets/tests/socket_create_pair-wrongparams.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 integer, string given in %s on line %d +Warning: socket_create_pair() expects parameter 1 to be int, string given in %s on line %d NULL Warning: socket_create_pair(): unable to create socket pair [%d]: %s not supported in %s on line %d |
