summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/san_peer_matching.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/san_peer_matching.phpt')
-rw-r--r--ext/openssl/tests/san_peer_matching.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/openssl/tests/san_peer_matching.phpt b/ext/openssl/tests/san_peer_matching.phpt
index 0e1f30cb64..f048c4e0f1 100644
--- a/ext/openssl/tests/san_peer_matching.phpt
+++ b/ext/openssl/tests/san_peer_matching.phpt
@@ -4,6 +4,7 @@ Peer verification matches SAN names
<?php
if (!extension_loaded("openssl")) die("skip openssl not loaded");
if (!function_exists("proc_open")) die("skip no proc_open");
+?>
--FILE--
<?php
$serverCode = <<<'CODE'
@@ -39,6 +40,7 @@ CODE;
include 'ServerClientTestCase.inc';
ServerClientTestCase::getInstance()->run($clientCode, $serverCode);
+?>
--EXPECTF--
resource(%d) of type (stream)