Skip to content

Commit 1cd17b1

Browse files
committed
Update testcase with UINT_MAX expected output
1 parent 1117658 commit 1cd17b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/tests/socket_setoption_tcpusertimeout.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ var_dump($retval_3 === $timeout);
2828
socket_close($socket);
2929
?>
3030
--EXPECT--
31-
socket_setopt(): Argument #4 ($value) must be of between 0 and %d
31+
socket_setopt(): Argument #4 ($value) must be of between 0 and 4294967295
3232
bool(true)
3333
bool(true)

0 commit comments

Comments
 (0)