diff options
author | Ryan Biesemeyer <yaauie@php.net> | 2011-07-20 21:13:03 +0000 |
---|---|---|
committer | Ryan Biesemeyer <yaauie@php.net> | 2011-07-20 21:13:03 +0000 |
commit | 7acdad749cccd728c25fcf93a7cae428b7eda15e (patch) | |
tree | 27b9e7cce956454f5f1c9e439af94955bc327f28 /ext | |
parent | 74d6fe4f006350ef52e289bfdb59ba197042cd32 (diff) | |
download | php-git-7acdad749cccd728c25fcf93a7cae428b7eda15e.tar.gz |
update test for bug #55169, fix skipif
Diffstat (limited to 'ext')
-rw-r--r-- | ext/openssl/tests/bug55169.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug55169.phpt b/ext/openssl/tests/bug55169.phpt index b18071080e..e45ac5b1f7 100644 --- a/ext/openssl/tests/bug55169.phpt +++ b/ext/openssl/tests/bug55169.phpt @@ -2,7 +2,9 @@ openssl_random_pseudo_bytes test
https://bugs.php.net/bug.php?id=55169
--SKIPIF--
-if(!extension_loaded('openssl')) echo 'skip - requires openssl extension'
+<?php
+if(!extension_loaded('openssl')) echo 'skip - requires openssl extension';
+?>
--FILE--
<?php
for ($i = -1; $i <= 4; $i++) {
|