diff options
| author | Dominic Luechinger <doldev@snowgarden.ch> | 2014-11-18 22:12:37 +0100 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2014-11-23 15:15:49 -0800 |
| commit | 437ab7f1f41d269084870d16475f3edfe8c7b8a8 (patch) | |
| tree | ac4920fd8d4cd5f9760484b145893d266a60e85d /ext | |
| parent | dd70a2c7ae2b9c15f8dc0a4bdcdf6f09b6cc721e (diff) | |
| download | php-git-437ab7f1f41d269084870d16475f3edfe8c7b8a8.tar.gz | |
Minor fix: Missing quotes in openssl test case for bug bug64802
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/openssl/tests/bug64802.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug64802.phpt b/ext/openssl/tests/bug64802.phpt index be0b5f9b5b..3a1e4fb03c 100644 --- a/ext/openssl/tests/bug64802.phpt +++ b/ext/openssl/tests/bug64802.phpt @@ -3,7 +3,7 @@ Bug #64802: openssl_x509_parse fails to parse subject properly in some cases --SKIPIF-- <?php if (!extension_loaded("openssl")) die("skip"); -if (!defined(OPENSSL_KEYTYPE_EC)) die("skip no EC available); +if (!defined('OPENSSL_KEYTYPE_EC')) die("skip no EC available"); ?> --FILE-- <?php |
