diff options
-rw-r--r-- | ext/com_dotnet/tests/bug73679.phpt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/com_dotnet/tests/bug73679.phpt b/ext/com_dotnet/tests/bug73679.phpt index b21f9db10d..47de9b10c7 100644 --- a/ext/com_dotnet/tests/bug73679.phpt +++ b/ext/com_dotnet/tests/bug73679.phpt @@ -2,7 +2,9 @@ Bug #73679 DOTNET read access violation using invalid codepage --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 (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only"); +?> --FILE-- <?php |