diff options
Diffstat (limited to 'ext/ffi/tests/013.phpt')
| -rw-r--r-- | ext/ffi/tests/013.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/ffi/tests/013.phpt b/ext/ffi/tests/013.phpt index 3e4c4d6fca..b95acfbe40 100644 --- a/ext/ffi/tests/013.phpt +++ b/ext/ffi/tests/013.phpt @@ -59,8 +59,8 @@ int(2) int(3) FFI\ParserException: 'void' type is not allowed at line 1 FFI\ParserException: 'void' type is not allowed at line 1 -FFI\ParserException: function returning array is not allowed at line 1 -FFI\ParserException: array of functions is not allowed at line 1 -FFI\ParserException: function returning function is not allowed at line 1 -FFI\ParserException: only the leftmost array can be undimensioned at line 1 +FFI\ParserException: Function returning array is not allowed at line 1 +FFI\ParserException: Array of functions is not allowed at line 1 +FFI\ParserException: Function returning function is not allowed at line 1 +FFI\ParserException: Only the leftmost array can be undimensioned at line 1 ok |
