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 365a452 commit 2252395Copy full SHA for 2252395
ext/ffi/tests/bug78270_2.phpt
@@ -3,6 +3,8 @@ FR #78270 (Usage of __vectorcall convention with FFI)
3
--SKIPIF--
4
<?php
5
require_once('skipif.inc');
6
+if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only");
7
+
8
$dll = 'php7' . (PHP_ZTS ? 'ts' : '') . (PHP_DEBUG ? '_debug' : '') . '.dll';
9
try {
10
FFI::cdef(<<<EOC
0 commit comments