summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-04-05 07:23:56 +0000
committerAntony Dovgal <tony2001@php.net>2007-04-05 07:23:56 +0000
commite0318e21fbb4110bd8969d6dc4b7c7443892c9d1 (patch)
tree4017ab6cb8bf6d76d656cbcf3681a5d1e41203e1 /ext/openssl
parent90a277d0cec8e63ed9e224ab1a2957d74ee2f0cf (diff)
downloadphp-git-e0318e21fbb4110bd8969d6dc4b7c7443892c9d1.tar.gz
fix test
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/tests/005.phpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/openssl/tests/005.phpt b/ext/openssl/tests/005.phpt
index b56ae85d20..f7fa201561 100644
--- a/ext/openssl/tests/005.phpt
+++ b/ext/openssl/tests/005.phpt
@@ -1,7 +1,10 @@
--TEST--
openssl_csr_get_subject() tests
--SKIPIF--
-<?php if (!extension_loaded("openssl")) print "skip"; ?>
+<?php
+if (!extension_loaded("openssl")) die("skip");
+if (!function_exists("utf8_decode")) die("skip");
+?>
--FILE--
<?php