From: Christoph M. Becker Date: Mon, 13 Apr 2020 21:24:40 +0000 (+0200) Subject: Fix #79472: ext/ffi/tests/040.phpt TC fails on Big endian arch X-Git-Tag: php-7.4.7RC1~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c5faf7ad1a28edd7c20a474602b77c3ebae911e;p=php Fix #79472: ext/ffi/tests/040.phpt TC fails on Big endian arch For now we are choosing the simplest solution, namely to skip the test on big-endian architectures. --- diff --git a/ext/ffi/tests/040.phpt b/ext/ffi/tests/040.phpt index 24bcfb6307..54f48f809e 100644 --- a/ext/ffi/tests/040.phpt +++ b/ext/ffi/tests/040.phpt @@ -1,7 +1,12 @@ --TEST-- FFI 040: Support for scalar types --SKIPIF-- - + --INI-- ffi.enable=1 --FILE--