From: Christoph M. Becker Date: Tue, 29 Oct 2019 08:34:15 +0000 (+0100) Subject: Fix test cases for master X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3dbb90b07ead11c28598ad792963c7c8e49da1f5;p=php Fix test cases for master --- diff --git a/ext/ffi/tests/bug78270_1.phpt b/ext/ffi/tests/bug78270_1.phpt index 5d5c88b24e..7ad9776c7f 100644 --- a/ext/ffi/tests/bug78270_1.phpt +++ b/ext/ffi/tests/bug78270_1.phpt @@ -5,7 +5,7 @@ FR #78270 (Usage of __vectorcall convention with FFI) require_once('skipif.inc'); if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows platforms only"); -$dll = 'php7' . (PHP_ZTS ? 'ts' : '') . (PHP_DEBUG ? '_debug' : '') . '.dll'; +$dll = 'php8' . (PHP_ZTS ? 'ts' : '') . (PHP_DEBUG ? '_debug' : '') . '.dll'; try { FFI::cdef(<< --FILE--