summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug73072.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/bug73072.phpt')
-rw-r--r--ext/openssl/tests/bug73072.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/openssl/tests/bug73072.phpt b/ext/openssl/tests/bug73072.phpt
index 8f001829f2..06c1c2550c 100644
--- a/ext/openssl/tests/bug73072.phpt
+++ b/ext/openssl/tests/bug73072.phpt
@@ -16,9 +16,9 @@ $serverCode = <<<'CODE'
"domain2.com" => __DIR__ . "/not_existing.pem",
]
]]);
-
+
$server = stream_socket_server('tls://127.0.0.1:64322', $errno, $errstr, $flags, $ctx);
-
+
phpt_notify();
@stream_socket_accept($server, 3);
// if there is a segfault, this won't be called