Skip to content

Commit 840e546

Browse files
committed
RETURN_THROWS();
1 parent a804258 commit 840e546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/sockets/sockets.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2336,7 +2336,7 @@ PHP_FUNCTION(socket_set_option)
23362336
// TCP_USER_TIMEOUT unsigned int
23372337
if (ZEND_LONG_UINT_OVFL(ov)) {
23382338
zend_argument_value_error(4, "must be of between 0 and %u", UINT_MAX);
2339-
RETURN_THROWS;
2339+
RETURN_THROWS();
23402340
}
23412341

23422342
optlen = sizeof(ov);

0 commit comments

Comments
 (0)