Skip to content

Commit 1449d49

Browse files
committed
Fix FFI test on Windows
1 parent aaebf3b commit 1449d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/ffi/tests/042.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $a = FFI::new("uint8_t[8]");
1010
$a[] = 0;
1111
?>
1212
--EXPECTF--
13-
Fatal error: Uncaught FFI\Exception: Cannot add next element to object of type FFI\CData in %sext/ffi/tests/042.php:3
13+
Fatal error: Uncaught FFI\Exception: Cannot add next element to object of type FFI\CData in %s:3
1414
Stack trace:
1515
#0 {main}
16-
thrown in %sext/ffi/tests/042.php on line 3
16+
thrown in %s on line 3

0 commit comments

Comments
 (0)