summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/026.phpt
blob: 38d626d742aa29588ebd95145d9978d7399f104a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--TEST--
Options type checks
--SKIPIF--
<?php if (!extension_loaded("openssl")) print "skip"; ?>
--FILE--
<?php
$x = openssl_pkey_new();
$csr = openssl_csr_new(["countryName" => "DE"], $x, ["x509_extensions" => 0xDEADBEEF]);
?>
DONE
--EXPECT--
DONE