Skip to content

Commit fa7933e

Browse files
committed
[skip ci] Fix typo
1 parent 91c53e4 commit fa7933e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/gh13860.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (!function_exists("proc_open")) die("skip no proc_open");
99
--FILE--
1010
<?php
1111
$serverCode = <<<'CODE'
12-
$serverUri = "tcp://128.0.0.1:64326";
12+
$serverUri = "tcp://127.0.0.1:64326";
1313
$serverFlags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN;
1414
$serverCtx = stream_context_create();
1515

0 commit comments

Comments
 (0)