Skip to content

Commit 09bc2b8

Browse files
committed
#53: * change 005-socket_accept_multiple.phpt
1 parent 88230f3 commit 09bc2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/socket_ext/005-socket_accept_multiple.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $clients = [];
5757
for ($i = 1; $i <= 3; $i++) {
5858
$clients[] = spawn(function() use (&$port, $i, &$output) {
5959

60-
for ($i = 0; $i < 3 && $port === null; $i++) {
60+
for ($ii = 0; $ii < 3 && $port === null; $ii++) {
6161
delay(10);
6262
}
6363

0 commit comments

Comments
 (0)