mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix odbc_data_source_001.phpt
This commit is contained in:
commit
e811bff3bb
@ -17,7 +17,7 @@ include 'config.inc';
|
||||
$conn = odbc_connect($dsn, $user, $pass);
|
||||
|
||||
try {
|
||||
var_dump(odbc_data_source($conn, NULL));
|
||||
var_dump(odbc_data_source($conn, SQL_FETCH_FIRST + SQL_FETCH_NEXT));
|
||||
} catch (\ValueError $e) {
|
||||
echo $e->getMessage() . \PHP_EOL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user