From 1449d496701ae5ee1025b73f3d1fa85d33523622 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 12 Feb 2019 13:57:44 +0100 Subject: [PATCH] Fix FFI test on Windows --- ext/ffi/tests/042.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/ffi/tests/042.phpt b/ext/ffi/tests/042.phpt index 05450d57277..2fcec62698c 100644 --- a/ext/ffi/tests/042.phpt +++ b/ext/ffi/tests/042.phpt @@ -10,7 +10,7 @@ $a = FFI::new("uint8_t[8]"); $a[] = 0; ?> --EXPECTF-- -Fatal error: Uncaught FFI\Exception: Cannot add next element to object of type FFI\CData in %sext/ffi/tests/042.php:3 +Fatal error: Uncaught FFI\Exception: Cannot add next element to object of type FFI\CData in %s:3 Stack trace: #0 {main} - thrown in %sext/ffi/tests/042.php on line 3 \ No newline at end of file + thrown in %s on line 3