]> granicus.if.org Git - php/commitdiff
exclude the 32 bit only test
authorAnatol Belski <ab@php.net>
Tue, 28 Oct 2014 15:10:27 +0000 (16:10 +0100)
committerAnatol Belski <ab@php.net>
Tue, 28 Oct 2014 16:25:04 +0000 (17:25 +0100)
ext/com_dotnet/tests/bug33386.phpt

index e57f1274c161a79f4c2144456138b94fd360d9c2..e7dcd28489ac83330ca8829b3d9d9a2df6e3023b 100644 (file)
@@ -2,7 +2,9 @@
 Bug #33386 (ScriptControl only sees last function of class)
 --SKIPIF--
 <?php 
-if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present"; ?>
+if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present";
+if (4 != PHP_INT_SIZE)  print "skip MSScriptControl isn't available under x64";
+?>
 --FILE--
 <?php 
 error_reporting(E_ALL);