From de20a89b063e43d931d77cac75354e2692674fb1 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Wed, 15 Sep 2021 14:58:55 +0300 Subject: [PATCH] Fixed error message --- ext/ffi/tests/bug79576.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/ffi/tests/bug79576.phpt b/ext/ffi/tests/bug79576.phpt index 4e85736877d..75fdbefd67e 100644 --- a/ext/ffi/tests/bug79576.phpt +++ b/ext/ffi/tests/bug79576.phpt @@ -29,7 +29,7 @@ typedef struct _simple_struct { ?> DONE --EXPECT-- -FFI\ParserException: undefined C type 'oid' at line 1 -FFI\ParserException: undefined C type 'oid' at line 1 -FFI\ParserException: undefined C type 'some_not_declared_type' at line 3 +FFI\ParserException: Undefined C type 'oid' at line 1 +FFI\ParserException: Undefined C type 'oid' at line 1 +FFI\ParserException: Undefined C type 'some_not_declared_type' at line 3 DONE