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 5832be7 commit 6800f0aCopy full SHA for 6800f0a
ext/ffi/tests/bug80847.phpt
@@ -4,6 +4,7 @@ Bug #80847 (Nested structs)
4
<?php
5
if (!extension_loaded('ffi')) die('skip ffi extension not available');
6
if (!extension_loaded('zend-test')) die('skip zend-test extension not available');
7
+if (PHP_OS_FAMILY == 'Windows' && ((1 << 31) > 0)) die('xfail libffi doesn\'t properly support passing big strctures by value on Windows/64');
8
?>
9
--FILE--
10
0 commit comments