summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/tests/bug72165.phpt2
-rw-r--r--ext/openssl/tests/bug74022.phpt2
-rw-r--r--ext/openssl/tests/bug74022_2.phpt2
-rw-r--r--ext/openssl/tests/bug74720_0.phpt2
-rw-r--r--ext/openssl/tests/bug74720_1.phpt2
-rw-r--r--ext/openssl/tests/bug74798.phpt2
-rw-r--r--ext/openssl/tests/bug74903.phpt2
-rw-r--r--ext/openssl/tests/bug75307.phpt2
8 files changed, 0 insertions, 16 deletions
diff --git a/ext/openssl/tests/bug72165.phpt b/ext/openssl/tests/bug72165.phpt
index 93b3c3d4a8..50e8b54100 100644
--- a/ext/openssl/tests/bug72165.phpt
+++ b/ext/openssl/tests/bug72165.phpt
@@ -9,9 +9,7 @@ if (!extension_loaded("openssl")) die("skip");
$var0 = array(0 => "hello", 1 => "world");
$var2 = openssl_csr_new(array(0),$var0,null,array(0));
?>
-==DONE==
--EXPECTF--
Warning: openssl_csr_new(): dn: numeric fild names are not supported in %sbug72165.php on line %d
Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed; check error queue and value of string_mask OpenSSL option if illegal characters are reported) in %sbug72165.php on line %d
-==DONE==
diff --git a/ext/openssl/tests/bug74022.phpt b/ext/openssl/tests/bug74022.phpt
index 1bd2116241..77ae6c83cb 100644
--- a/ext/openssl/tests/bug74022.phpt
+++ b/ext/openssl/tests/bug74022.phpt
@@ -12,8 +12,6 @@ $cert_store = file_get_contents($pfx);
var_dump(openssl_pkcs12_read($cert_store, $cert_info, "csos"));
var_dump(openssl_error_string());
?>
-===DONE===
--EXPECT--
bool(true)
bool(false)
-===DONE===
diff --git a/ext/openssl/tests/bug74022_2.phpt b/ext/openssl/tests/bug74022_2.phpt
index 07cb683274..5df37fb3c9 100644
--- a/ext/openssl/tests/bug74022_2.phpt
+++ b/ext/openssl/tests/bug74022_2.phpt
@@ -18,7 +18,5 @@ $p12 = base64_decode($p12_base64);
test($p12, 'qwerty');
?>
-===DONE===
--EXPECT--
int(2)
-===DONE===
diff --git a/ext/openssl/tests/bug74720_0.phpt b/ext/openssl/tests/bug74720_0.phpt
index f85d83860c..1257983110 100644
--- a/ext/openssl/tests/bug74720_0.phpt
+++ b/ext/openssl/tests/bug74720_0.phpt
@@ -82,11 +82,9 @@ unlink($tmpFileOut);
unlink($tmpFileOut2);
?>
-==DONE==
--EXPECT--
bool(true)
bool(true)
int(39)
int(39)
int(39)
-==DONE==
diff --git a/ext/openssl/tests/bug74720_1.phpt b/ext/openssl/tests/bug74720_1.phpt
index 231a083b76..2439868495 100644
--- a/ext/openssl/tests/bug74720_1.phpt
+++ b/ext/openssl/tests/bug74720_1.phpt
@@ -79,7 +79,5 @@ unlink($tmpPath);
unlink($outPath);
?>
-==DONE==
--EXPECT--
bool(true)
-==DONE==
diff --git a/ext/openssl/tests/bug74798.phpt b/ext/openssl/tests/bug74798.phpt
index 93f6ded44d..a262895a6f 100644
--- a/ext/openssl/tests/bug74798.phpt
+++ b/ext/openssl/tests/bug74798.phpt
@@ -82,7 +82,6 @@ unlink($tmpFileOut);
unlink($tmpFileOut2);
?>
-===DONE===
--EXPECT--
bool(true)
bool(true)
@@ -91,4 +90,3 @@ int(40)
int(40)
string(80) "537472696e672077697468200a2077696c6c20656e6420696e206f6e652062797465206d6f72652e"
string(80) "537472696e672077697468200a2077696c6c20656e6420696e206f6e652062797465206d6f72652e"
-===DONE===
diff --git a/ext/openssl/tests/bug74903.phpt b/ext/openssl/tests/bug74903.phpt
index 41f0416fee..2befa09027 100644
--- a/ext/openssl/tests/bug74903.phpt
+++ b/ext/openssl/tests/bug74903.phpt
@@ -75,8 +75,6 @@ unlink($tmpFileIn);
unlink($tmpFileOut);
?>
-==DONE==
--EXPECT--
bool(true)
bool(true)
-==DONE==
diff --git a/ext/openssl/tests/bug75307.phpt b/ext/openssl/tests/bug75307.phpt
index 2b0cae3a97..0b1f4ac210 100644
--- a/ext/openssl/tests/bug75307.phpt
+++ b/ext/openssl/tests/bug75307.phpt
@@ -10,8 +10,6 @@ $rf = new ReflectionFunction('openssl_open');
var_dump($rf->getNumberOfParameters());
var_dump($rf->getNumberOfRequiredParameters());
?>
-===DONE===
--EXPECT--
int(6)
int(4)
-===DONE===