1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add missing zend_test requirement to ffi test for bug80847

This commit is contained in:
Bob Weinand
2021-08-18 17:16:54 +02:00
committed by GitHub
parent eaa3532b04
commit 1440d15e00

View File

@@ -2,6 +2,7 @@
Bug #80847 (Nested structs)
--EXTENSIONS--
ffi
zend_test
--SKIPIF--
<?php
if (PHP_OS_FAMILY == 'Windows' && ((1 << 31) > 0)) die('xfail libffi doesn\'t properly support passing big structures by value on Windows/64');