Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 1d9e80a + bcfb7b2 commit 78b71e1Copy full SHA for 78b71e1
ext/com_dotnet/tests/bug73679.phpt
@@ -2,7 +2,9 @@
2
Bug #73679 DOTNET read access violation using invalid codepage
3
--SKIPIF--
4
<?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
10
0 commit comments