diff options
Diffstat (limited to 'ext/odbc/tests')
| -rw-r--r-- | ext/odbc/tests/odbc_free_result_001.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/odbc/tests/odbc_free_result_001.phpt b/ext/odbc/tests/odbc_free_result_001.phpt index 9704501413..812ae7778d 100644 --- a/ext/odbc/tests/odbc_free_result_001.phpt +++ b/ext/odbc/tests/odbc_free_result_001.phpt @@ -43,8 +43,8 @@ bool(false) Warning: odbc_free_result() expects parameter 1 to be resource, null given in %s on line %d NULL -Warning: odbc_fetch_row(): %d is not a valid ODBC result resource in %s on line %d +Warning: odbc_fetch_row(): supplied resource is not a valid ODBC result resource in %s on line %d bool(false) -Warning: odbc_result(): %d is not a valid ODBC result resource in %s on line %d +Warning: odbc_result(): supplied resource is not a valid ODBC result resource in %s on line %d bool(false) |
