From ce047e60911400c97d585a09a69770898aa4cf78 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 11 Nov 2019 12:48:17 +0100 Subject: [PATCH] Fix test case for Windows --- ext/ffi/tests/bug78714.phpt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ext/ffi/tests/bug78714.phpt b/ext/ffi/tests/bug78714.phpt index c99607c11c4..1acac06ffeb 100644 --- a/ext/ffi/tests/bug78714.phpt +++ b/ext/ffi/tests/bug78714.phpt @@ -6,7 +6,13 @@ Bug #78714 (funcs returning pointer can't use call convention spec) ffi.enable=1 --FILE-- get_zend_version()), 0, 4) . "\n"; ?> --EXPECT--