Skip to content

Commit bba9304

Browse files
committed
Merge branch 'PHP-7.4'
2 parents 9926c9f + 1449d49 commit bba9304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/ffi/tests/042.phpt

+2-2
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)