Test: /ext/odbc/tests/bug73448.phpt - Version 7.0.33        

Bug #73448 odbc_errormsg returns trash, always 513 bytes
Submitted: 2016-11-02 22:53:37 Modified: 2016-11-08 12:30:43
From: honza.hink Assigned: ab
Status: Closed Package: ODBC related
PHP Version: 7.0.12 OS: Windows 7, 8.1, Server 2012 R2

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Parse error: syntax error, unexpected '$user' (T_VARIABLE) in /home/php-7.0.33/ext/odbc/tests/config.inc on line 7
001- string(42) "/* non existent procedure xy */ execute xy"
002- string(5) "37000"
003- string(84) "[Microsoft][ODBC SQL Server Driver][SQL Server]Could not find stored procedure 'xy'."
004- int(84)
005-
006- string(58) "/* another erroneous query */ SELECT * FROM zwiebelfleisch"
007- string(5) "S0002"
008- string(84) "[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'zwiebelfleisch'."
009- int(84)
010-
011- ==DONE==