We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9926c9f + 1449d49 commit bba9304Copy full SHA for bba9304
ext/ffi/tests/042.phpt
@@ -10,7 +10,7 @@ $a = FFI::new("uint8_t[8]");
10
$a[] = 0;
11
?>
12
--EXPECTF--
13
-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
14
Stack trace:
15
#0 {main}
16
- thrown in %sext/ffi/tests/042.php on line 3
+ thrown in %s on line 3
0 commit comments