Merge branch 'PHP-8.3'

* PHP-8.3:
  [skip ci] Fix typo
This commit is contained in:
Ilija Tovilo 2024-05-13 13:08:56 +02:00
commit f07f3b4078
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -9,7 +9,7 @@ if (!function_exists("proc_open")) die("skip no proc_open");
--FILE--
<?php
$serverCode = <<<'CODE'
$serverUri = "tcp://128.0.0.1:64326";
$serverUri = "tcp://127.0.0.1:64326";
$serverFlags = STREAM_SERVER_BIND | STREAM_SERVER_LISTEN;
$serverCtx = stream_context_create();