1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 20:53:00 +02:00

Merge branch 'PHP-8.0' into PHP-8.1

* PHP-8.0:
  Fixed error message
This commit is contained in:
Dmitry Stogov
2021-09-15 14:59:14 +03:00

View File

@@ -30,7 +30,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