summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug68265.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/bug68265.phpt')
-rw-r--r--ext/openssl/tests/bug68265.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/openssl/tests/bug68265.phpt b/ext/openssl/tests/bug68265.phpt
index aff9a9e511..f2c867670a 100644
--- a/ext/openssl/tests/bug68265.phpt
+++ b/ext/openssl/tests/bug68265.phpt
@@ -4,6 +4,7 @@ Bug #68265: SAN match fails with trailing DNS dot
<?php
if (!extension_loaded("openssl")) die("skip openssl not loaded");
if (!function_exists("proc_open")) die("skip no proc_open");
+?>
--FILE--
<?php
$serverCode = <<<'CODE'
@@ -36,6 +37,7 @@ CODE;
include 'ServerClientTestCase.inc';
ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
+?>
--EXPECTF--
resource(%d) of type (stream)