summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug74798.phpt
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2018-06-21 16:50:45 +0100
committerJakub Zelenka <bukka@php.net>2018-06-21 16:50:45 +0100
commit5f349b728e2a8864f6bc49f97014c2fc97619827 (patch)
treee3156d10edef9d6aea040af96bbda71ad3ebc154 /ext/openssl/tests/bug74798.phpt
parent55277a668409b9d62ac42695934aca64e354869f (diff)
parent77bd405959558c689b7f612fab8e537f36f6beac (diff)
downloadphp-git-5f349b728e2a8864f6bc49f97014c2fc97619827.tar.gz
Merge branch 'PHP-7.2'
Diffstat (limited to 'ext/openssl/tests/bug74798.phpt')
-rw-r--r--ext/openssl/tests/bug74798.phpt4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/openssl/tests/bug74798.phpt b/ext/openssl/tests/bug74798.phpt
index ad74b51fb4..93f6ded44d 100644
--- a/ext/openssl/tests/bug74798.phpt
+++ b/ext/openssl/tests/bug74798.phpt
@@ -1,9 +1,7 @@
--TEST--
Bug #74798 pkcs7_en/decrypt does not work if \x0a is used in content
--SKIPIF--
-<?php
-if (!extension_loaded("openssl")) die("skip");
-?>
+<?php if (!extension_loaded("openssl")) die("skip"); ?>
--FILE--
<?php