summaryrefslogtreecommitdiff
path: root/ext/ffi/tests/bug80847.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi/tests/bug80847.phpt')
-rw-r--r--ext/ffi/tests/bug80847.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/ffi/tests/bug80847.phpt b/ext/ffi/tests/bug80847.phpt
index bfa750159c..24ded10833 100644
--- a/ext/ffi/tests/bug80847.phpt
+++ b/ext/ffi/tests/bug80847.phpt
@@ -3,7 +3,8 @@ Bug #80847 (Nested structs)
--SKIPIF--
<?php
if (!extension_loaded('ffi')) die('skip ffi extension not available');
-if (!extension_loaded('zend-test')) die('skip zend-test extension not available');
+if (!extension_loaded('zend_test')) die('skip zend_test extension not available');
+if (PHP_OS_FAMILY == 'Windows' && ((1 << 31) > 0)) die('xfail libffi doesn\'t properly support passing big strctures by value on Windows/64');
?>
--FILE--
<?php