mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Fix test race condition
Closes GH-14790
This commit is contained in:
@@ -18,8 +18,8 @@ $serverCode = <<<'CODE'
|
||||
|
||||
$client = @stream_socket_accept($server);
|
||||
if ($client) {
|
||||
fwrite($client, "xx");
|
||||
phpt_wait();
|
||||
fwrite($client, "xx");
|
||||
fclose($client);
|
||||
phpt_notify();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user