summaryrefslogtreecommitdiff
path: root/ext/ffi/tests/043.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ffi/tests/043.phpt')
-rw-r--r--ext/ffi/tests/043.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ffi/tests/043.phpt b/ext/ffi/tests/043.phpt
index f4400a9adc..8a6c299b6e 100644
--- a/ext/ffi/tests/043.phpt
+++ b/ext/ffi/tests/043.phpt
@@ -12,7 +12,7 @@ typedef unsigned int a;
");
?>
--EXPECTF--
-Fatal error: Uncaught FFI\ParserException: redeclaration of 'a' at line 3 in %s043.php:2
+Fatal error: Uncaught FFI\ParserException: Redeclaration of "a" at line 3 in %s043.php:2
Stack trace:
#0 %s043.php(2): FFI::cdef('%s')
#1 {main}