Skip to content

Commit

Permalink
Fixed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Sep 15, 2021
1 parent de20a89 commit 23327bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/ffi/tests/bug79576.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 23327bf

Please sign in to comment.