]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Thu, 5 Apr 2007 07:23:56 +0000 (07:23 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 5 Apr 2007 07:23:56 +0000 (07:23 +0000)
ext/openssl/tests/005.phpt

index b56ae85d2096406c8ba151871c2b1b6f75fd7648..f7fa2015610b301979efebc99af805b87d5e783a 100644 (file)
@@ -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