Skip to content

Commit de20a89

Browse files
committed
Fixed error message
1 parent 594cba7 commit de20a89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/ffi/tests/bug79576.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ typedef struct _simple_struct {
2929
?>
3030
DONE
3131
--EXPECT--
32-
FFI\ParserException: undefined C type 'oid' at line 1
33-
FFI\ParserException: undefined C type 'oid' at line 1
34-
FFI\ParserException: undefined C type 'some_not_declared_type' at line 3
32+
FFI\ParserException: Undefined C type 'oid' at line 1
33+
FFI\ParserException: Undefined C type 'oid' at line 1
34+
FFI\ParserException: Undefined C type 'some_not_declared_type' at line 3
3535
DONE

0 commit comments

Comments
 (0)