We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9738f5 commit 674d44aCopy full SHA for 674d44a
ext/com_dotnet/tests/bug73679.phpt
@@ -2,7 +2,9 @@
2
Bug #73679 DOTNET read access violation using invalid codepage
3
--SKIPIF--
4
<?php # vim:ft=php
5
-if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present"; ?>
+if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present";
6
+if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
7
+?>
8
--FILE--
9
<?php
10
0 commit comments