There has been reported that they fail on 32bit so
they will be skipped till the issue is investigated.
<?php
if (!extension_loaded("openssl")) die("skip");
if (!defined("OPENSSL_KEYTYPE_EC")) die("skip no EC available");
+if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
?>
--FILE--
<?php
--TEST--
openssl_*() with OPENSSL_KEYTYPE_EC
--SKIPIF--
-<?php if (!extension_loaded("openssl") && !defined("OPENSSL_KEYTYPE_EC")) print "skip"; ?>
+<?php
+if (!extension_loaded("openssl") && !defined("OPENSSL_KEYTYPE_EC")) print "skip";
+if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
+?>
--FILE--
<?php
$args = array(