diff --git a/ext/openssl/tests/gh13860.phpt b/ext/openssl/tests/gh13860.phpt index b915760bee592..c7c0c40a15760 100644 --- a/ext/openssl/tests/gh13860.phpt +++ b/ext/openssl/tests/gh13860.phpt @@ -21,6 +21,7 @@ $serverCode = <<<'CODE' fwrite($client, "xx"); phpt_wait(); fclose($client); + phpt_notify(); } CODE; @@ -38,6 +39,7 @@ $clientCode = <<<'CODE' while (!($in = fread($fp, 2))) { usleep(1000); } + phpt_wait(); var_dump(feof($fp)); fclose($fp); CODE;